org.tm4j.topicmap.Topic .getNames()

Description

Retrieves a collection of the base names of this topic and any merged topics. This function is shorthand for getNames(true).

Returns

An unmodifiable collection of {@link BaseName}s defined on this topic and 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