org.semanticweb.glp
Class GLPBinaryOperator
java.lang.Object
org.semanticweb.glp.GLPExpression
org.semanticweb.glp.GLogicFormula
org.semanticweb.glp.GLPBinaryOperator
- Direct Known Subclasses:
- GLPAnd, GLPEquiv, GLPImpliedBy, GLPImplies, GLPOr
- public abstract class GLPBinaryOperator
- extends GLogicFormula
Title: Triple
Description: RDF Query and Inference Language
Copyright: Copyright (c) 2001
Company: Stanford University
- Version:
- 1.0
- Author:
- Stefan Decker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLPBinaryOperator
public GLPBinaryOperator(GLogicFormula l,
GLogicFormula r)
renameVariables
public void renameVariables(java.util.HashMap h)
- Specified by:
renameVariables in class GLogicFormula
freeBoundVariables
public final void freeBoundVariables(java.util.HashSet free,
java.util.HashSet bound)
- Description copied from class:
GLogicFormula
- Description of the Method
- Specified by:
freeBoundVariables in class GLogicFormula
- Parameters:
free - Description of the Parameterbound - Description of the Parameter
getLeft
public GLogicFormula getLeft()
getRight
public GLogicFormula getRight()
toString
public java.lang.String toString(GLogicFormula l,
java.lang.String Op,
GLogicFormula r)