|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnenok.lc.constr.vvll.VariableContainer
public class VariableContainer
This container is used to construct a vvll during the join tree creation process. These variable container will be elements of a heap, therefore we need to implement the comparable interface. A VariableContainer contains:
Constructor Summary | |
---|---|
VariableContainer(Variable var)
Constructor: |
Method Summary | |
---|---|
void |
addValuationContainer(ValuationContainer valCon)
Adds a valuation container reference to the internal list. |
boolean |
equals(Object o)
|
List<ValuationContainer> |
getValuationContainerRefs()
Returns the container's valuation reference list. |
Variable |
getVariable()
Returns the container's variable. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VariableContainer(Variable var)
var
- The Variable of this container.Method Detail |
---|
public void addValuationContainer(ValuationContainer valCon)
valCon
- The valuation container to add.public Variable getVariable()
public List<ValuationContainer> getValuationContainerRefs()
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |