org.tm4j.topicmap.TopicMapUtils .getAssociationsInScope(org.tm4j.topicmap.Topic[] scope,java.util.Collection associations)

Description

Returns an unmodifiable collection of associations in a given scope.

Parameters
java.util.Collection associations The associations to be searched. If this is null then all associations in the topic map are searched.
org.tm4j.topicmap.Topic scope The set of themes to be searched. The single-theme scope to be searched.

Returns

An unmodifiable collection of all the associations found.

Other Resources

Related Topics