public class SetCompNode extends CompNode
BIGGER, BIGGEREQUAL, EQUAL, IN, LESSER, LESSEREQUAL, NOTEQUAL, REGEXPEQUAL
Constructor and Description |
---|
SetCompNode(int op) |
Modifier and Type | Method and Description |
---|---|
void |
setAttribute(SetAttribute attr)
Set the attribute of this node.
|
void |
setValue(SetValueNode val)
Set the righthand side value of this node.
|
java.lang.String |
toString()
Write this node as a string
|
boolean |
value(org.deckfour.xes.model.XTrace pi,
java.util.LinkedList ates,
int ateNr)
Compute the value of this node, that is te value of this node given the
i-th ate of pi, computed by calling the value method of the children.
|
opAsString
public void setAttribute(SetAttribute attr)
attr
- The attribute to set.public void setValue(SetValueNode val)
val
- The value of this node.public boolean value(org.deckfour.xes.model.XTrace pi, java.util.LinkedList ates, int ateNr)
value
in class FormulaNode
pi
- The current process instance.ate
- The current audit trail entry of pi.public java.lang.String toString()
FormulaNode
toString
in class FormulaNode