org.tm4j.topicmap.Topic .getSubjectIndicators()

Description

Returns the subject indicators for this topic and all merged topics. This method is a shorthand for getSubjectIndicators(true).

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