com.notuvy.condtrig
Class And

java.lang.Object
  extended by com.notuvy.condtrig.Expression
      extended by com.notuvy.condtrig.Composite
          extended by com.notuvy.condtrig.And

public class And
extends Composite

The logical AND of multiple terms.

Author:
murali

Field Summary
 
Fields inherited from class com.notuvy.condtrig.Composite
fTerms
 
Fields inherited from class com.notuvy.condtrig.Expression
fValue, LOG
 
Method Summary
static And of(Expression... pTerms)
           
protected  void recalculate()
           
protected  String symbol()
           
 
Methods inherited from class com.notuvy.condtrig.Composite
add, 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 And of(Expression... pTerms)

symbol

protected String symbol()
Specified by:
symbol in class Composite

recalculate

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


Copyright © 2013. All Rights Reserved.