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
-
getBody()
- Returns the body of the clause
-
getHead()
- Returns the head of the clause
-
getNewClause(JIPFunctor, JIPList)
- Returns a new clause
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
getHead
public JIPFunctor getHead()
- Returns the head of the clause
getBody
public JIPList getBody()
- Returns the body of the clause
All Packages Class Hierarchy This Package Previous Next Index