org.drools.beliefs.bayes.model
Class Network
java.lang.Object
org.drools.beliefs.bayes.model.Network
public class Network
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Network
public Network()
getVariables
public List<Variable> getVariables()
setVariables
public void setVariables(List<Variable> variables)
getName
public String getName()
setName
public void setName(String name)
getDefinitions
public List<Definition> getDefinitions()
setDefinitions
public void setDefinitions(List<Definition> definitions)
getProperties
public List<String> getProperties()
setProperties
public void setProperties(List<String> properties)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.