org.kie.uberfire.wires.bayesian.network.parser.client.parser
Class Variable
java.lang.Object
org.kie.uberfire.wires.bayesian.network.parser.client.parser.VariableXml
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Variable
public Variable()
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.