public class BasicUnaryStatement<T extends IVariable> extends UnaryStatement<T>
lhs, rhs
Modifier and Type | Method and Description |
---|---|
UnaryOperator<T> |
getOperator() |
equals, evaluate, getLHS, getOperands, getRHS, getRightHandSide, hashCode, hasVariable, toString
getOrderNumber
getGraphNodeId, setGraphNodeId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGraphNodeId, setGraphNodeId
public UnaryOperator<T> getOperator()
getOperator
in class AbstractStatement<T extends IVariable,UnaryOperator<T extends IVariable>>