public class StringCompNode extends CompNode
BIGGER, BIGGEREQUAL, EQUAL, IN, LESSER, LESSEREQUAL, NOTEQUAL, REGEXPEQUAL| Constructor and Description |
|---|
StringCompNode(int op) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttribute(StringAttribute attr)
Set the attribute of this node.
|
void |
setValue(StringValueNode 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.
|
opAsStringpublic void setAttribute(StringAttribute attr)
attr - The attribute to set.public void setValue(StringValueNode 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 FormulaNodepi - The current process instance.ate - The current audit trail entry of pi.public java.lang.String toString()
FormulaNodetoString in class FormulaNode