All Packages Class Hierarchy This Package Previous Next Index
Class JIP.engine.JIPFunctor
java.lang.Object
|
+----JIP.engine.JIPTerm
|
+----JIP.engine.JIPFunctor
- public class JIPFunctor
- extends JIPTerm
JIPFunctor is a wrapper to prolog functor
- Version:
- 4.x.x
Home Page : http:\\www.geocities.com\jiprolog
- Author:
- Ugo Chirico 2000
-
getArity()
- Returns the arity of the functor
-
getName()
- Returns the name of the functor
-
getNewFunctor(String, JIPList)
- Returns a new Functor
-
getParams()
- Returns the list of parameters of the functor
getNewFunctor
public static JIPFunctor getNewFunctor(String strName,
JIPList params)
- Returns a new Functor
- Parameters:
- strName - the name of the functor
- params - the list of parameters
getName
public String getName()
- Returns the name of the functor
getParams
public JIPList getParams()
- Returns the list of parameters of the functor
getArity
public int getArity()
- Returns the arity of the functor
All Packages Class Hierarchy This Package Previous Next Index