org.semanticweb.lp
Class VariableTerm

java.lang.Object
  extended byorg.semanticweb.lp.Term
      extended byorg.semanticweb.lp.VariableTerm
All Implemented Interfaces:
java.io.Serializable

public class VariableTerm
extends Term
implements java.io.Serializable

Description of the Class

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
VariableTerm(java.lang.String variable)
          Constructor for the VariableTerm object
 
Method Summary
 java.lang.String getVariable()
          Gets the variable attribute of the VariableTerm object
 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

VariableTerm

public VariableTerm(java.lang.String variable)
Constructor for the VariableTerm object

Parameters:
variable - Description of the Parameter
Method Detail

getVariable

public java.lang.String getVariable()
Gets the variable attribute of the VariableTerm object

Returns:
The variable value

toString

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

Returns:
Description of the Return Value