org.tm4j.topicmap.unified .UnifiedTopic

Inheritance Hierarchy

Method Summary
void addName(org.tm4j.topicmap.BaseName bn)
void addOccurrence(org.tm4j.topicmap.Occurrence bn)
void addSubjectIndicator(org.tm4j.net.Locator sind)
void addType(org.tm4j.topicmap.Topic t)
org.tm4j.topicmap.BaseName createName(java.lang.String id)
org.tm4j.topicmap.BaseName createName(java.lang.String id,java.lang.String nameString)
org.tm4j.topicmap.BaseName createName(java.lang.String id,java.lang.String nameString,org.tm4j.topicmap.Topic[] scope)
org.tm4j.topicmap.Occurrence createOccurrence(java.lang.String id)
org.tm4j.topicmap.Occurrence createOccurrence(java.lang.String id,org.tm4j.net.Locator resourceLocator,org.tm4j.topicmap.Topic type,java.lang.String data,org.tm4j.topicmap.Topic[] themes)
org.tm4j.topicmap.Occurrence createOccurrence(java.lang.String id,org.tm4j.net.Locator resourceLocator,org.tm4j.topicmap.Topic type,org.tm4j.net.Locator ref,org.tm4j.topicmap.Topic[] themes)
void equals(java.lang.Object other)
org.tm4j.topicmap.Topic getBaseTopic()
java.util.Collection getMergedTopics()
java.util.Collection getNames()
java.util.Collection getNames(boolean includeMerged)
java.util.Collection getOccurrences()
java.util.Collection getOccurrences(boolean includeMerged)
org.tm4j.topicmap.TopicMap getParent()
java.util.Set getResourceLocators()
java.util.Collection getRolesPlayed()
java.util.Collection getRolesPlayed(boolean includeMerged)
java.util.Collection getScopedNames()
java.util.Collection getScopedNames(boolean includeMerged)
org.tm4j.net.Locator getSubject()
org.tm4j.net.Locator getSubject(boolean includeMerged)
java.util.Collection getSubjectIndicators()
java.util.Collection getSubjectIndicators(boolean includeMerged)
java.util.Collection getTypes()
java.util.Collection getTypes(boolean includeMerged)
void isOfType(org.tm4j.net.Locator l)
void isOfType(org.tm4j.topicmap.Topic t)
void setNames(org.tm4j.topicmap.BaseName[] names)
void setOccurrences(org.tm4j.topicmap.Occurrence[] names)
void setSubject(org.tm4j.net.Locator l)
void setSubjectIndicators(org.tm4j.net.Locator[] sinds)
void setTypes(org.tm4j.topicmap.Topic[] types)
java.util.Collection toUnifiedTopics(java.util.Collection c)
Converts a collection of "raw" topics into a collection of UnifiedTopic objects.