com.ff.JEvaluator.Functions
Class Or

java.lang.Object
  extended by com.ff.JEvaluator.Functions.Or
All Implemented Interfaces:
BaseFunctionInterface

public class Or
extends java.lang.Object
implements BaseFunctionInterface

Author:
fiorucci To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from interface com.ff.JEvaluator.BaseFunctionInterface
log
 
Constructor Summary
Or()
           
 
Method Summary
 int checkSyntax(java.util.List p)
           
 java.lang.String compute(java.util.List p)
          Computes the logical OR for the given parameters: or(p1,p2)
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Or

public Or()
Method Detail

compute

public java.lang.String compute(java.util.List p)
Computes the logical OR for the given parameters: or(p1,p2)

Specified by:
compute in interface BaseFunctionInterface

checkSyntax

public int checkSyntax(java.util.List p)
Specified by:
checkSyntax in interface BaseFunctionInterface

getName

public java.lang.String getName()
Specified by:
getName in interface BaseFunctionInterface