org.semanticweb.glp
Class GLPTermFunction

java.lang.Object
  extended byorg.semanticweb.glp.GLPExpression
      extended byorg.semanticweb.glp.GLPTerm
          extended byorg.semanticweb.glp.GLPTermFunction

public class GLPTermFunction
extends GLPTerm

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

Version:
1.0
Author:
Stefan Decker

Constructor Summary
GLPTermFunction(java.lang.String s, java.util.ArrayList a)
          Constructor for the GLPTermFunction object
 
Method Summary
 GLPTerm copyTerm()
          Description of the Method
 GLPTerm copyTerm(java.util.HashMap h)
          Description of the Method
 void freeBoundVariables(java.util.HashSet free, java.util.HashSet bound)
          Description of the Method
 void renameVariables(java.util.HashMap h)
           
 Term toLPTerm()
           
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLPTermFunction

public GLPTermFunction(java.lang.String s,
                       java.util.ArrayList a)
Constructor for the GLPTermFunction object

Parameters:
s - Description of the Parameter
a - Description of the Parameter
Method Detail

renameVariables

public void renameVariables(java.util.HashMap h)
Specified by:
renameVariables in class GLPExpression

toLPTerm

public Term toLPTerm()
Specified by:
toLPTerm in class GLPTerm

copyTerm

public GLPTerm copyTerm()
Description of the Method

Specified by:
copyTerm in class GLPTerm
Returns:
Description of the Return Value

copyTerm

public GLPTerm copyTerm(java.util.HashMap h)
Description of the Method

Specified by:
copyTerm in class GLPTerm
Parameters:
h - Description of the Parameter
Returns:
Description of the Return Value

freeBoundVariables

public void freeBoundVariables(java.util.HashSet free,
                               java.util.HashSet bound)
Description of the Method

Specified by:
freeBoundVariables in class GLPTerm
Parameters:
free - Description of the Parameter
bound - Description of the Parameter

toString

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

Returns:
Description of the Return Value