|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.ugos.JIProlog.engine.JIPTerm
|
+--com.ugos.JIProlog.engine.JIPFunctor
JIPFunctor wraps a prolog functor
JIPTerm,
Serialized Form| Method Summary | |
static JIPFunctor |
create(java.lang.String strName,
JIPCons params)
Creates a new JIPFunctor object |
int |
getArity()
Returns the arity of this JIPFunctor object |
java.lang.String |
getDefinition()
Returns the definition name of this JIPfunctor object - |
java.lang.String |
getName()
Returns the name of this JIPfunctor object |
JIPCons |
getParams()
Returns the list of parameters of this JIPFunctor object |
| Methods inherited from class com.ugos.JIProlog.engine.JIPTerm |
clear, clone, getVariables, getVariablesTable, toString, toString, toStringq, unifiable, unify |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static final JIPFunctor create(java.lang.String strName,
JIPCons params)
strName - the name of the functorparams - the list of parameters
JIPFunctorpublic final java.lang.String getName()
public final java.lang.String getDefinition()
public final JIPCons getParams()
JIPConspublic final int getArity()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||