KIE Uberfire Wires :: Bayesian Parser API 6.2.0-SNAPSHOT

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

java.lang.Object
  extended by org.kie.uberfire.wires.bayesian.network.parser.client.parser.VariableXml
      extended by org.kie.uberfire.wires.bayesian.network.parser.client.parser.Variable
All Implemented Interfaces:
Serializable

@Portable
public class Variable
extends VariableXml
implements Serializable

See Also:
Serialized Form

Constructor Summary
Variable()
           
 
Method Summary
 String getName()
           
 List<String> getOutComes()
           
 String getPosition()
           
 void setName(String name)
           
 void setOutComes(List<String> outComes)
           
 void setPosition(String position)
           
 
Methods inherited from class org.kie.uberfire.wires.bayesian.network.parser.client.parser.VariableXml
getType, getValue, setType, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getOutComes

public List<String> getOutComes()

setOutComes

public void setOutComes(List<String> outComes)

getPosition

public String getPosition()

setPosition

public void setPosition(String position)

KIE Uberfire Wires :: Bayesian Parser API 6.2.0-SNAPSHOT

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