public abstract class BinaryTemporalOperator<T extends Event> extends NaryOperator<T>
Operator.Value| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Operator<T>> |
m_instantiatedTrees |
m_operands, m_symbol| Constructor and Description |
|---|
BinaryTemporalOperator(java.lang.String symbol) |
BinaryTemporalOperator(java.lang.String symbol,
java.lang.Object... ops) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Cleans the deleted nodes of the evaluation tree
|
void |
clear()
Clears the state of this operator
|
void |
delete()
Marks a node as deleted
|
acceptPostfix, acceptPrefix, addOperand, childrenCount, childrenEquals, copyInto, getRootSymbol, getTreeChildren, hashCode, size, toStringpublic BinaryTemporalOperator(java.lang.String symbol)
public BinaryTemporalOperator(java.lang.String symbol,
java.lang.Object... ops)
public void delete()
Operatordelete in class NaryOperator<T extends Event>public void clear()
Operatorclear in class NaryOperator<T extends Event>public void clean()
Operatorclean in class NaryOperator<T extends Event>Copyright © Sylvain HallĂ©. All Rights Reserved.