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

    Modifier and Type
    Method
    Description
    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