edu.swri.swiftvis
Class BooleanFormula.LTNode

java.lang.Object
  extended by edu.swri.swiftvis.BooleanFormula.LTNode
All Implemented Interfaces:
BooleanFormula.BoolNode, java.io.Serializable
Enclosing class:
BooleanFormula

private class BooleanFormula.LTNode
extends java.lang.Object
implements BooleanFormula.BoolNode


Field Summary
private  DataFormula left
           
private  DataFormula right
           
private static long serialVersionUID
           
 
Constructor Summary
BooleanFormula.LTNode(DataFormula l, DataFormula r)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean eval(DataSink sink, int elem, int[] se)
           
 int[] getSafeElementRange(DataSink sink)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

private DataFormula left

right

private DataFormula right

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BooleanFormula.LTNode

public BooleanFormula.LTNode(DataFormula l,
                             DataFormula r)
Method Detail

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