org.semanticweb.HermiT.model
Class Term

java.lang.Object
  extended by org.semanticweb.HermiT.model.Term
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Constant, Individual, Variable

public abstract class Term
extends Object
implements Serializable

Represents a term in a DL clause.

See Also:
Serialized Form

Constructor Summary
Term()
           
 
Method Summary
abstract  String toString(Prefixes prefixes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Term

public Term()
Method Detail

toString

public abstract String toString(Prefixes prefixes)


Copyright © 2012. All Rights Reserved.