edu.swri.swiftvis
Class DataFormula.ValueNode
java.lang.Object
edu.swri.swiftvis.DataFormula.ValueNode
- All Implemented Interfaces:
- DataFormula.EquNode, java.io.Serializable
- Enclosing class:
- DataFormula
private class DataFormula.ValueNode
- extends java.lang.Object
- implements DataFormula.EquNode
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
private int source
offset
private int offset
index
private int index
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
DataFormula.ValueNode
public DataFormula.ValueNode(int src,
int off,
int i)
eval
public double eval(DataSink sink,
int elem,
int[] se)
- Specified by:
eval
in interface DataFormula.EquNode
getSafeElementRange
public int[] getSafeElementRange(DataSink sink)
- Specified by:
getSafeElementRange
in interface DataFormula.EquNode
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object