org.imemex.functions.impl
Class BasicSystemFunctions.StringSimilarity

java.lang.Object
  extended by org.imemex.functions.AbstractFunction
      extended by org.imemex.functions.impl.BasicSystemFunctions.StringSimilarity
All Implemented Interfaces:
Function
Enclosing interface:
BasicSystemFunctions

public static final class BasicSystemFunctions.StringSimilarity
extends AbstractFunction


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.imemex.functions.Function
Function.FuncType
 
Constructor Summary
BasicSystemFunctions.StringSimilarity()
           
 
Method Summary
 java.lang.Object execute(java.util.List<java.lang.Object> args)
          executes this function
 
Methods inherited from class org.imemex.functions.AbstractFunction
checkSignature, getArgTypes, getID, getName, getReturnType, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSystemFunctions.StringSimilarity

public BasicSystemFunctions.StringSimilarity()
Method Detail

execute

public java.lang.Object execute(java.util.List<java.lang.Object> args)
                         throws InvalidArgumentsException
Description copied from interface: Function
executes this function

Specified by:
execute in interface Function
Specified by:
execute in class AbstractFunction
Parameters:
args - list of arguments (order & type have to match!)
Returns:
result of this function
Throws:
InvalidArgumentsException - if wrong argument types, values or nr of args incorrect