Class Variable
- java.lang.Object
-
- org.uberfire.ext.wires.bayesian.network.parser.client.parser.VariableXml
-
- org.uberfire.ext.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
Constructors Constructor Description Variable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()List<String>getOutComes()StringgetPosition()voidsetName(String name)voidsetOutComes(List<String> outComes)voidsetPosition(String position)-
Methods inherited from class org.uberfire.ext.wires.bayesian.network.parser.client.parser.VariableXml
getType, getValue, setType, setValue
-
-