public class JunctionTreeClique extends Object
Constructor and Description |
---|
JunctionTreeClique(int id,
Graph<BayesVariable> graph,
org.drools.core.util.bitmask.OpenBitSet bitSet) |
Modifier and Type | Method and Description |
---|---|
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() |
public JunctionTreeClique(int id, Graph<BayesVariable> graph, org.drools.core.util.bitmask.OpenBitSet bitSet)
public void addToFamily(BayesVariable var)
public int getId()
public org.drools.core.util.bitmask.OpenBitSet getBitSet()
public List<BayesVariable> getValues()
public List<BayesVariable> getFamily()
public double[] getPotentials()
public JunctionTreeSeparator getParentSeparator()
public void setParentSeparator(JunctionTreeSeparator parentSeparator)
public List<JunctionTreeSeparator> getChildren()
public CliqueState createState()
public void resetState(CliqueState cliqueState)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.