org.semanticweb.glp
Class GLPExists

java.lang.Object
  extended byorg.semanticweb.glp.GLPExpression
      extended byorg.semanticweb.glp.GLogicFormula
          extended byorg.semanticweb.glp.GLPQuantifiedFormula
              extended byorg.semanticweb.glp.GLPExists

public class GLPExists
extends GLPQuantifiedFormula

Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University

Version:
1.0
Author:
Stefan Decker

Constructor Summary
GLPExists(java.util.ArrayList v, GLogicFormula f)
          Constructor for the GLPExists object
 
Method Summary
 GLogicFormula copyFormula(java.util.HashMap h)
          Description of the Method
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class org.semanticweb.glp.GLPQuantifiedFormula
freeBoundVariables, getFormula, getVariables, renameVariables, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLPExists

public GLPExists(java.util.ArrayList v,
                 GLogicFormula f)
Constructor for the GLPExists object

Parameters:
v - Description of the Parameter
f - Description of the Parameter
Method Detail

copyFormula

public final GLogicFormula copyFormula(java.util.HashMap h)
Description of the Method

Specified by:
copyFormula in class GLogicFormula
Parameters:
h - Description of the Parameter
Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value