org.semanticweb.glp
Class GLPForall

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

public class GLPForall
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
GLPForall(java.util.ArrayList v, GLogicFormula f)
          Constructor for the GLPForall 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

GLPForall

public GLPForall(java.util.ArrayList v,
                 GLogicFormula f)
Constructor for the GLPForall 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