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

Description

Returns the associations which are typed by type.

Parameters
org.tm4j.topicmap.Topic type The topic which types all of the associations returned. The type of the returned associations

Returns

An unmodifiable Collection containing those {@link org.tm4j.topicmap.Association}s for which type defines the association type.

Other Resources

Related Topics

Has Parameters