public abstract class DF_Operator extends Object
| Constructor and Description |
|---|
DF_Operator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
evaluate(DF_LatticeCell[] operands)
Evaluate this equation, setting a new value for the
left-hand side.
|
public DF_Operator()
public abstract boolean evaluate(DF_LatticeCell[] operands)
operands - The operands for this operator. operands[0]
is the left-hand side.