edu.swri.swiftvis
Class DataFormula.MultNode
java.lang.Object
edu.swri.swiftvis.DataFormula.MultNode
- All Implemented Interfaces:
- DataFormula.EquNode, java.io.Serializable
- Enclosing class:
- DataFormula
private class DataFormula.MultNode
- extends java.lang.Object
- implements DataFormula.EquNode
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
left
private DataFormula.EquNode left
right
private DataFormula.EquNode right
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
DataFormula.MultNode
public DataFormula.MultNode(DataFormula.EquNode l,
DataFormula.EquNode r)
eval
public double eval(DataSink sink,
int elem,
int[] se)
- Specified by:
eval
in interface DataFormula.EquNode
getLeft
public DataFormula.EquNode getLeft()
getRight
public DataFormula.EquNode getRight()
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