org.semanticweb.lp
Class ConstTerm

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

public class ConstTerm
extends Term
implements java.io.Serializable

Description of the Class

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
ConstTerm(java.lang.String functor)
          Constructor for the ConstTerm object
 
Method Summary
 java.lang.String getFunctor()
          Gets the functor attribute of the ConstTerm 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

ConstTerm

public ConstTerm(java.lang.String functor)
Constructor for the ConstTerm object

Parameters:
functor - Description of the Parameter
Method Detail

getFunctor

public java.lang.String getFunctor()
Gets the functor attribute of the ConstTerm object

Returns:
The functor value

toString

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

Returns:
Description of the Return Value