org.semanticweb.glp
Class GLPClause

java.lang.Object
  extended byorg.semanticweb.glp.GLPExpression
      extended byorg.semanticweb.glp.GLPClause
Direct Known Subclasses:
GLPRule

public abstract class GLPClause
extends GLPExpression

A GLP clause (which a rule is a sublcass of).

Version:
1.0
Author:
Stefan Decker

Constructor Summary
GLPClause()
          Constructor for the GLPClause object
 
Methods inherited from class org.semanticweb.glp.GLPExpression
renameVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLPClause

public GLPClause()
Constructor for the GLPClause object