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

Description

Retrieves the reference to the resource which is the subject of this topic.

Parameters
boolean includeMergedTopics if true, then the subject defined by any one of the topics merged with this topic will be returned, otherwise a value will only be returned if it was specified on this Topic instance.

Returns

the resource reference as a Locator or null if there is no subject locator.

Other Resources

Related Topics