org.semanticweb.glp
Class GLPTerm
java.lang.Object
org.semanticweb.glp.GLPExpression
org.semanticweb.glp.GLPTerm
- Direct Known Subclasses:
- GLPTermConstant, GLPTermDouble, GLPTermFunction, GLPTermInteger, GLPTermVariable
- public abstract class GLPTerm
- extends GLPExpression
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 |
GLPTerm
public GLPTerm()
copyTerm
public abstract GLPTerm copyTerm(java.util.HashMap h)
- Description of the Method
- Parameters:
h - Description of the Parameter
- Returns:
- Description of the Return Value
copyTerm
public abstract GLPTerm copyTerm()
- Description of the Method
- Returns:
- Description of the Return Value
toLPTerm
public abstract Term toLPTerm()
freeBoundVariables
public abstract void freeBoundVariables(java.util.HashSet free,
java.util.HashSet bound)
- Description of the Method
- Parameters:
free - Description of the Parameterbound - Description of the Parameter