com.notuvy.condtrig
Class Not

java.lang.Object
  extended by com.notuvy.condtrig.Expression
      extended by com.notuvy.condtrig.Not

public class Not
extends Expression

The logical inverse of a term.

Author:
murali

Field Summary
 
Fields inherited from class com.notuvy.condtrig.Expression
fValue, LOG
 
Method Summary
static Not of(Expression pTerm)
           
protected  void recalculate()
           
 String toString()
           
 
Methods inherited from class com.notuvy.condtrig.Expression
addConsequent, clearConsequents, getParent, getValue, initializeNewValue, removeConsequent, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

of

public static Not of(Expression pTerm)

recalculate

protected void recalculate()
Specified by:
recalculate in class Expression

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.