Uses of Interface
org.onemind.commons.invoke.InvocableFunction

Uses of InvocableFunction in org.onemind.commons.invoke
 

Classes in org.onemind.commons.invoke that implement InvocableFunction
 class AbstractInvocableFunction
          An abstract implementation of InvocableFunction
 

Methods in org.onemind.commons.invoke that return InvocableFunction
 InvocableFunction ReflectionWrapperInvocable.getFunction(java.lang.String functionName, java.lang.Object[] args)
          Get the function
 InvocableFunction Invocable.getFunction(java.lang.String functionName, java.lang.Object[] args)
          Get the function
 InvocableFunction AbstractInvocable.getFunction(java.lang.String functionName, java.lang.Object[] args)
          Get the function
 InvocableFunction AbstractInvocable.getFunction(java.lang.String functionName, java.lang.Class[] argTypes)
          {@inheritDoc}
 

Methods in org.onemind.commons.invoke with parameters of type InvocableFunction
 void AbstractInvocable.addFunction(InvocableFunction function)
          Add an function
 



Copyright © 2004-2005 . All Rights Reserved.