org.semanticweb.triple.parser
Class LTerm

java.lang.Object
  extended byorg.semanticweb.triple.parser.LTerm
Direct Known Subclasses:
LDouble, LInteger, LStruct, LSymbol, LVariable

public abstract class LTerm
extends java.lang.Object

The abstract class all others extend. These classes are used when constructing the parse tree.


Constructor Summary
LTerm()
           
 
Method Summary
 LTerm normalize(java.util.HashMap abbreviations)
          Normalize variables and abbreviations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LTerm

public LTerm()
Method Detail

normalize

public LTerm normalize(java.util.HashMap abbreviations)
Normalize variables and abbreviations