public class JunctionTreeSeparator extends Object
Constructor and Description |
---|
JunctionTreeSeparator(int id,
JunctionTreeClique parent,
JunctionTreeClique child,
org.drools.core.util.bitmask.OpenBitSet bitSet,
Graph<BayesVariable> graph) |
Modifier and Type | Method and Description |
---|---|
SeparatorState |
createState() |
org.drools.core.util.bitmask.OpenBitSet |
getBitSet() |
JunctionTreeClique |
getChild() |
int |
getId() |
JunctionTreeClique |
getParent() |
List<BayesVariable> |
getValues() |
void |
resetState(SeparatorState sepSet) |
String |
toString() |
public JunctionTreeSeparator(int id, JunctionTreeClique parent, JunctionTreeClique child, org.drools.core.util.bitmask.OpenBitSet bitSet, Graph<BayesVariable> graph)
public org.drools.core.util.bitmask.OpenBitSet getBitSet()
public JunctionTreeClique getParent()
public JunctionTreeClique getChild()
public int getId()
public SeparatorState createState()
public void resetState(SeparatorState sepSet)
public List<BayesVariable> getValues()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.