edu.swri.swiftvis
Class BooleanFormula.GTENode
java.lang.Object
edu.swri.swiftvis.BooleanFormula.GTENode
- All Implemented Interfaces:
- BooleanFormula.BoolNode, java.io.Serializable
- Enclosing class:
- BooleanFormula
private class BooleanFormula.GTENode
- extends java.lang.Object
- implements BooleanFormula.BoolNode
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
left
private DataFormula left
right
private DataFormula right
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
BooleanFormula.GTENode
public BooleanFormula.GTENode(DataFormula l,
DataFormula r)
eval
public boolean eval(DataSink sink,
int elem,
int[] se)
- Specified by:
eval
in interface BooleanFormula.BoolNode
getSafeElementRange
public int[] getSafeElementRange(DataSink sink)
- Specified by:
getSafeElementRange
in interface BooleanFormula.BoolNode
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object