org.kie.uberfire.wires.bayesian.network.parser.client.parser
Class Probability
java.lang.Object
org.kie.uberfire.wires.bayesian.network.parser.client.parser.Probability
- All Implemented Interfaces:
- Serializable
@Portable
public class Probability
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Probability
public Probability()
getFor_
public String getFor_()
setFor_
public void setFor_(String for_)
getGiven
public List<String> getGiven()
setGiven
public void setGiven(List<String> given)
getTable
public String getTable()
setTable
public void setTable(String table)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.