Drools :: Beliefs 6.2.0.CR4

org.drools.beliefs.bayes
Class JunctionTreeClique

java.lang.Object
  extended by org.drools.beliefs.bayes.JunctionTreeClique

public class JunctionTreeClique
extends Object


Constructor Summary
JunctionTreeClique(int id, Graph<BayesVariable> graph, org.drools.core.util.bitmask.OpenBitSet bitSet)
           
 
Method Summary
 void addToFamily(BayesVariable var)
           
 CliqueState createState()
           
 org.drools.core.util.bitmask.OpenBitSet getBitSet()
           
 List<JunctionTreeSeparator> getChildren()
           
 List<BayesVariable> getFamily()
           
 int getId()
           
 JunctionTreeSeparator getParentSeparator()
           
 double[] getPotentials()
           
 List<BayesVariable> getValues()
           
 void resetState(CliqueState cliqueState)
           
 void setParentSeparator(JunctionTreeSeparator parentSeparator)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JunctionTreeClique

public JunctionTreeClique(int id,
                          Graph<BayesVariable> graph,
                          org.drools.core.util.bitmask.OpenBitSet bitSet)
Method Detail

addToFamily

public void addToFamily(BayesVariable var)

getId

public int getId()

getBitSet

public org.drools.core.util.bitmask.OpenBitSet getBitSet()

getValues

public List<BayesVariable> getValues()

getFamily

public List<BayesVariable> getFamily()

getPotentials

public double[] getPotentials()

getParentSeparator

public JunctionTreeSeparator getParentSeparator()

setParentSeparator

public void setParentSeparator(JunctionTreeSeparator parentSeparator)

getChildren

public List<JunctionTreeSeparator> getChildren()

createState

public CliqueState createState()

resetState

public void resetState(CliqueState cliqueState)

toString

public String toString()
Overrides:
toString in class Object

Drools :: Beliefs 6.2.0.CR4

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