All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JIP.engine.JIPXCall

public interface JIPXCall
JIPXCall is the interface to write custom extension classes for JIP

Version:
4.x.x Home Page : http:\\www.geocities.com\jiprolog
Author:
Ugo Chirico 2000


Method Index

 o getOutput()
Returns the Output of the computation
 o invoke(JIPTerm)
Invoked by JIP to compute the operations implemented by this extension class
 o succeeds()
Return true if the operation executed in the invoke method succeeds

Methods

 o invoke
 public abstract void invoke(JIPTerm input)
Invoked by JIP to compute the operations implemented by this extension class

 o getOutput
 public abstract JIPTerm getOutput()
Returns the Output of the computation

 o succeeds
 public abstract boolean succeeds()
Return true if the operation executed in the invoke method succeeds


All Packages  Class Hierarchy  This Package  Previous  Next  Index