public abstract class AbstractStatement<T extends IVariable,O extends AbstractOperator<T>> extends NodeWithNumber implements IFixedPointStatement<T>
Constructor and Description |
---|
AbstractStatement() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object o) |
abstract O |
getOperator() |
int |
getOrderNumber() |
abstract int |
hashCode()
Subclasses must implement this, to prevent non-determinism.
|
String |
toString() |
getGraphNodeId, setGraphNodeId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
evaluate, getLHS, getRHS, hasVariable
getGraphNodeId, setGraphNodeId
public abstract O getOperator()
public abstract int hashCode()
public final int getOrderNumber()