KIE Uberfire Wires :: Bayesian Parser API 6.2.0.CR1

org.kie.uberfire.wires.bayesian.network.parser.client.parser
Class Probability

java.lang.Object
  extended by 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

Constructor Summary
Probability()
           
 
Method Summary
 String getFor_()
           
 List<String> getGiven()
           
 String getTable()
           
 void setFor_(String for_)
           
 void setGiven(List<String> given)
           
 void setTable(String table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Probability

public Probability()
Method Detail

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)

KIE Uberfire Wires :: Bayesian Parser API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.