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

Description

Returns the subject indicators for this topic and, optionally, for all merged topics.

Parameters
boolean includeMergedTopics if true, then the subject indicators of all merged topics are included in the returned collection, otherwise only the subject indicators of this topic are returned.

Returns

An unmodifiable collection of {@link Locator}s representing the subject indicators for this topic. If no subject indicators are currently defined on this topic (or merged topics), the returned collection is empty; it is never null.

Other Resources

Related Topics