edu.northwestern.at.monk.model
Class TaggedObject

java.lang.Object
  extended by edu.northwestern.at.monk.model.TaggedObject
Direct Known Subclasses:
CoreObject, Word

public abstract class TaggedObject
extends java.lang.Object

A tagged object.

All of the core objects, plus word objects, have "tags" - short unique string identifiers for the object.

See Also:
MONK Datastore Overview, Licensing Agreement

Method Summary
 java.lang.String getTag()
          Gets the tag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTag

public java.lang.String getTag()
Gets the tag.

Returns:
Tag.