org.kie.uberfire.wires.bayesian.network.parser.client.model
Class BayesNetwork
java.lang.Object
org.kie.uberfire.wires.bayesian.network.parser.client.model.BayesNetwork
- All Implemented Interfaces:
- Serializable
@Portable
public class BayesNetwork
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BayesNetwork
public BayesNetwork()
BayesNetwork
public BayesNetwork(String name)
getName
public String getName()
setName
public void setName(String name)
getNodos
public List<BayesVariable> getNodos()
setNodos
public void setNodos(List<BayesVariable> nodos)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.