Drools :: Beliefs 6.2.0.CR4

org.drools.beliefs.bayes.model
Class Network

java.lang.Object
  extended by org.drools.beliefs.bayes.model.Network

public class Network
extends Object


Constructor Summary
Network()
           
 
Method Summary
 List<Definition> getDefinitions()
           
 String getName()
           
 List<String> getProperties()
           
 List<Variable> getVariables()
           
 void setDefinitions(List<Definition> definitions)
           
 void setName(String name)
           
 void setProperties(List<String> properties)
           
 void setVariables(List<Variable> variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Network

public Network()
Method Detail

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)

Drools :: Beliefs 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.