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


Method Index

 o getArity()
Returns the arity of the functor
 o getName()
Returns the name of the functor
 o getNewFunctor(String, JIPList)
Returns a new Functor
 o getParams()
Returns the list of parameters of the functor

Methods

 o 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
 o getName
 public String getName()
Returns the name of the functor

 o getParams
 public JIPList getParams()
Returns the list of parameters of the functor

 o getArity
 public int getArity()
Returns the arity of the functor


All Packages  Class Hierarchy  This Package  Previous  Next  Index