org.tm4j.topicmap.Topic .isOfType(org.tm4j.net.Locator subjectOrIndicator)

Description

Determines whether this topic is typed by a topic whose subject is or whose subject is indicated by subjectOrIndicator.

This method will return true if one of the following conditions hold:

  • A subject indicator of a typing topic of this topic, or
  • the actual subject of a typing topic of this topic.

Parameters
org.tm4j.net.Locator subjectOrIndicator

Returns

true if subjectOrIndicator meets the above conditions, false otherwise.

Other Resources

Related Topics