public class BasicNullaryStatement<T extends IVariable> extends NullaryStatement<T>
lhs
Constructor and Description |
---|
BasicNullaryStatement(T lhs,
NullaryOperator<T> operator) |
Modifier and Type | Method and Description |
---|---|
NullaryOperator<T> |
getOperator() |
String |
toString()
Return a string representation of this object
|
equals, evaluate, getLHS, getRHS, hashCode, hasVariable
getOrderNumber
getGraphNodeId, setGraphNodeId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGraphNodeId, setGraphNodeId
public BasicNullaryStatement(T lhs, NullaryOperator<T> operator)
public NullaryOperator<T> getOperator()
getOperator
in class AbstractStatement<T extends IVariable,NullaryOperator<T extends IVariable>>
public String toString()
toString
in class AbstractStatement<T extends IVariable,NullaryOperator<T extends IVariable>>