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
-
getOutput()
- Returns the Output of the computation
-
invoke(JIPTerm)
- Invoked by JIP to compute the operations implemented by this extension class
-
succeeds()
- Return true if the operation executed in the invoke method succeeds
invoke
public abstract void invoke(JIPTerm input)
- Invoked by JIP to compute the operations implemented by this extension class
getOutput
public abstract JIPTerm getOutput()
- Returns the Output of the computation
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