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

Description

Retrieves the collection of the base names of this topic and, if so specified, of any merged topics.

Parameters
boolean includeMergedTopics If true, the names of all merged topics are included in the returned collection. Otherwise, the collection contains only the names defined specifically on this topic.

Returns

An unmodifiable collection of {@link BaseName}s defined on this topic and, optionally, any merged topics. If no base names are currently defined on this topic (or merged topics), the returned collection is empty; it is never null.

Other Resources

Related Topics