Class BayesNetwork
- java.lang.Object
-
- org.uberfire.ext.wires.bayesian.network.parser.client.model.BayesNetwork
-
- All Implemented Interfaces:
Serializable
@Portable public class BayesNetwork extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BayesNetwork(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()List<BayesVariable>getNodos()voidsetName(String name)voidsetNodos(List<BayesVariable> nodos)
-
-
-
Constructor Detail
-
BayesNetwork
public BayesNetwork(String name)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getNodos
public List<BayesVariable> getNodos()
-
setNodos
public void setNodos(List<BayesVariable> nodos)
-
-