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

Packages that use JIPFunctor
com.ugos.JIProlog.engine   
 

Uses of JIPFunctor in com.ugos.JIProlog.engine
 

Methods in com.ugos.JIProlog.engine that return JIPFunctor
 JIPFunctor JIPXCall.getPredicate()
          Returns the functor of the predicate invoking this instance of JIPXCall class
static JIPFunctor JIPFunctor.create(java.lang.String strName, JIPCons params)
          Creates a new JIPFunctor object
 JIPFunctor JIPClause.getHead()
          Returns the predicate in the head of this JIPClause object
 

Methods in com.ugos.JIProlog.engine with parameters of type JIPFunctor
static JIPClause JIPClause.create(JIPFunctor head, JIPCons body)
          Creates a new JIPClause object