public class DateCompNode extends CompNode
BIGGER, BIGGEREQUAL, EQUAL, IN, LESSER, LESSEREQUAL, NOTEQUAL, REGEXPEQUAL| Constructor and Description |
|---|
DateCompNode(int op) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttribute(DateAttribute attr)
Set the attribute of this node.
|
void |
setValue(DateValueNode 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(DateAttribute attr)
attr - The attribute to set.public void setValue(DateValueNode 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