Uses of Class
com.ugos.JIProlog.engine.JIPEngine

Packages that use JIPEngine
com.ugos.JIProlog.engine   
 

Uses of JIPEngine in com.ugos.JIProlog.engine
 

Methods in com.ugos.JIProlog.engine that return JIPEngine
 JIPEngine JIPXCall.getJIPEngine()
          Returns the current running JIPEngine object
 JIPEngine JIPEvent.getSource()
          Gets the source of this JIPEvent object
 JIPEngine JIPClausesDatabase.getJIPEngine()
          Returns the JIPEngine object attached to this database
 

Methods in com.ugos.JIProlog.engine with parameters of type JIPEngine
 java.lang.String JIPTerm.toString(JIPEngine engine)
          Returns a string representation of this JIPTerm object using the operator declarations contained in JIPEngine object.
 java.lang.String JIPTerm.toStringq(JIPEngine engine)
          Returns a quoted string representation of this JIPTerm object using the operator declarations contained in JIPEngine object.