JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
fr.inria.rules.integraal.model
fr.inria.rules.integraal.model.functions
Invoker
Contents
Description
Method Summary
Method Details
invoke(Term...)
Hide sidebar
Show sidebar
Interface Invoker
All Known Implementing Classes:
JavaMethodInvoker
public interface
Invoker
An Invoker is an object that invoke (execute) a function
Author:
Florent Tornil
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Term
invoke
(
Term
... args)
Execute the function associated to this Invoker object with the given arguments
Method Details
invoke
Term
invoke
(
Term
... args)
Execute the function associated to this Invoker object with the given arguments
Parameters:
args
- the array of term arguments
Returns:
the result term