public class BasicNullaryStatement<T extends IVariable<T>> 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, hasVariablegetOrderNumbergetGraphNodeId, setGraphNodeIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGraphNodeId, setGraphNodeIdpublic BasicNullaryStatement(T lhs, NullaryOperator<T> operator)
public NullaryOperator<T> getOperator()
getOperator in class AbstractStatement<T extends IVariable<T>,NullaryOperator<T extends IVariable<T>>>public String toString()
toString in class AbstractStatement<T extends IVariable<T>,NullaryOperator<T extends IVariable<T>>>