com.ff.JEvaluator.Functions
Class Val

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

public class Val
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
Val()
           
 
Method Summary
 int checkSyntax(java.util.List<java.lang.String> p)
           
 java.lang.String compute(java.util.List<java.lang.String> p)
          Returns the argument value val(p) Useful for functions that return a single value instead of a list of values
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Val

public Val()
Method Detail

compute

public java.lang.String compute(java.util.List<java.lang.String> p)
Returns the argument value val(p) Useful for functions that return a single value instead of a list of values

Specified by:
compute in interface BaseFunctionInterface

checkSyntax

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

getName

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