org.tm4j.topicmap.index.basic.AssociationTypesIndex .getAssociationsOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)

Description

Returns the associations typed by type and, if includeMergedTopics is true, the associations typed by any topics that are merged with type.

Parameters
boolean includeMergedTopics if true, then associations typed by topics merged with type are also returned.
org.tm4j.topicmap.Topic type The topic which types all of the associations returned. The type of the returned associations

Returns

An unmodifiable Collection of Associations

Other Resources

Related Topics