Package | Description |
---|---|
com.ugos.jiprolog.engine |
Modifier and Type | Method and Description |
---|---|
static JIPFunctor |
JIPFunctor.create(String strName,
JIPCons params)
Creates a new JIPFunctor object
|
JIPFunctor |
JIPClause.getHead()
Returns the predicate in the head of this JIPClause object
|
JIPFunctor |
JIPXCall.getPredicate()
Returns the functor of the predicate invoking this instance of JIPXCall class
|
Modifier and Type | Method and Description |
---|---|
static JIPClause |
JIPClause.create(JIPFunctor head,
JIPCons body)
Creates a new JIPClause object
|
boolean |
JIPEngine.isInternal(JIPFunctor funct)
Returns true if the given functor is an internal predicate.
|
boolean |
JIPEngine.isSystem(JIPFunctor funct)
Returns true if the given functor is a system predicate.
|