org.semanticweb.glp
Class VariableGenerator

java.lang.Object
  extended byorg.semanticweb.glp.VariableGenerator

public class VariableGenerator
extends java.lang.Object

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

Version:
1.0
Author:
Stefan Decker

Constructor Summary
VariableGenerator()
           
 
Method Summary
static GLPTermVariable getVariable()
          Gets the variable attribute of the VariableGenerator class
static GLPTermVariable getVariable(GLPTermVariable praefix)
           
static void reset()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableGenerator

public VariableGenerator()
Method Detail

getVariable

public static GLPTermVariable getVariable()
Gets the variable attribute of the VariableGenerator class

Returns:
The variable value

getVariable

public static GLPTermVariable getVariable(GLPTermVariable praefix)

reset

public static void reset()
Description of the Method