|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnenok.lc.constr.vvll.ValuationContainer
public class ValuationContainer
This container is used to construct a vvll. A valuation container containes:
Node
object that will contain this valuation in the join tree.
Locator
Constructor Summary | |
---|---|
ValuationContainer(Locator locator,
Domain nodeDomain,
Node node)
Constructor: |
Method Summary | |
---|---|
void |
addChildNode(Node child)
Adds a child node to the container's node. |
void |
addVariableContainer(Collection<VariableContainer> varCons)
Adds a collection of variable container references to the container's internal list. |
void |
addVariableContainer(VariableContainer varCon)
Adds a variable container to the container's internal list. |
boolean |
contains(VariableContainer varCon)
Does the variable container reference list already contain a given variable container. |
Locator |
getLocator()
|
Node |
getNode()
|
List<VariableContainer> |
getVariableContainerRefs()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValuationContainer(Locator locator, Domain nodeDomain, Node node)
locator
- The valuation's locator.nodeDomain
- The domain of the node containing the locator.node
- A new jointree node instance that will cover the valuation referenced by th locator.Method Detail |
---|
public void addVariableContainer(VariableContainer varCon)
varCon
- The variable container reference.public void addVariableContainer(Collection<VariableContainer> varCons)
varCons
- The collection of variable container.public boolean contains(VariableContainer varCon)
varCon
- The given variable container.
true
, if the variable container is already contained in the
variable container reference list.public Locator getLocator()
public List<VariableContainer> getVariableContainerRefs()
public Node getNode()
public void addChildNode(Node child)
child
- The child node to add.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |