org.tm4j.topicmap.Topic .getScopedNames(boolean includeMergedTopics)

Description

Generates a list of all names of the topic, qualified by the scope of the names and of the topic itself. Each qualified name is generated as follows:

    <sorted-scope-list>.<name-string>
Where <sorted-scope-list> is a list of all themes SGML identifiers sorted in ascending alphabetical order, with a period separator between each identifier.

Parameters
boolean includeMergedTopics If true, the scoped names of all topics merged with this topic are returned. Otherwise, only the scoped names of this topic are returned.

Returns

A collection of strings containing the scoped names, as described above. If no names are currently defined on this topic (or merged topics), the returned collection is empty; it is never null.

Other Resources

Related Topics