org.semanticweb.lp
Class StringTerm

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

public class StringTerm
extends Term
implements java.io.Serializable

Description of the Class

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
StringTerm(java.lang.String content)
          Constructor for the StringTerm object
 
Method Summary
 java.lang.String getContent()
          Gets the content attribute of the StringTerm 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

StringTerm

public StringTerm(java.lang.String content)
Constructor for the StringTerm object

Parameters:
content - Description of the Parameter
Method Detail

getContent

public java.lang.String getContent()
Gets the content attribute of the StringTerm object

Returns:
The content value

toString

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

Returns:
Description of the Return Value