public abstract class AbstractStatement<T extends IVariable<T>,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, setGraphNodeIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitevaluate, getLHS, getRHS, hasVariablegetGraphNodeId, setGraphNodeIdpublic abstract O getOperator()
public abstract int hashCode()
public final int getOrderNumber()