public class JIPFunctor extends JIPTerm
JIPTerm
,
Serialized FormModifier and Type | Method and Description |
---|---|
static JIPFunctor |
create(String strName,
JIPCons params)
Creates a new JIPFunctor object
|
int |
getArity()
Returns the arity of this JIPFunctor object
|
String |
getDefinition()
Returns the definition name of this JIPfunctor object -
|
String |
getName()
Returns the name of this JIPfunctor object
|
JIPCons |
getParams()
Returns the list of parameters of this JIPFunctor object
|
JIPTerm |
getTerm(int index)
Returns the Atom of this JIPfunctor object
|
public static final JIPFunctor create(String strName, JIPCons params)
strName
- the name of the functorparams
- the list of parametersJIPFunctor
public final String getName()
public final JIPTerm getTerm(int index)
public final String getDefinition()
public final JIPCons getParams()
JIPCons
public final int getArity()