edu.swri.swiftvis
Class BooleanFormula.NotNode
java.lang.Object
edu.swri.swiftvis.BooleanFormula.NotNode
- All Implemented Interfaces:
- BooleanFormula.BoolNode, java.io.Serializable
- Enclosing class:
- BooleanFormula
private class BooleanFormula.NotNode
- extends java.lang.Object
- implements BooleanFormula.BoolNode
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
arg
private BooleanFormula.BoolNode arg
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
BooleanFormula.NotNode
public BooleanFormula.NotNode(BooleanFormula.BoolNode a)
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