All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JIP.engine.JIPClause

java.lang.Object
   |
   +----JIP.engine.JIPTerm
           |
           +----JIP.engine.JIPClause

public class JIPClause
extends JIPTerm
JIPClause is a wrapper to prolog clause

Version:
4.x.x Home Page : http:\\www.geocities.com\jiprolog
Author:
Ugo Chirico 2000


Method Index

 o getBody()
Returns the body of the clause
 o getHead()
Returns the head of the clause
 o getNewClause(JIPFunctor, JIPList)
Returns a new clause

Methods

 o getNewClause
 public static JIPClause getNewClause(JIPFunctor head,
                                      JIPList body)
Returns a new clause

Parameters:
head - the head of the clause
body - the body of the clause
 o getHead
 public JIPFunctor getHead()
Returns the head of the clause

 o getBody
 public JIPList getBody()
Returns the body of the clause


All Packages  Class Hierarchy  This Package  Previous  Next  Index