org.tm4j.topicmap.TopicMapUtils .getAssociationsOfType(org.tm4j.topicmap.Topic type,java.util.Collection associations)

Description

Returns an unmodifiable collection of associations which are of the specified type.

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 type The topic defining the type to be searched.

Other Resources

Related Topics