org.tm4j.topicmap.Topic .getScopedNames()

Description

Generates a list of all names of the topic and all merged topics, qualified by the scope of the names and of the topic itself. This is equivalent to getScopedNames(true). 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.

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