org.tm4j.panckoucke.impl.abstraction.AssociationRoleMatrixClassifier .classify(java.util.Collection associations,org.tm4j.topicmap.Topic typeToIgnore)

Description

1. Groups associations with the help of the Shelfmark, passed to the constructor of this instance.
2. Builds a Matrix-Object for every association group.
Processes all associations where the given topic plays a role in.

Parameters
java.util.Collection associations the collection of associations that shall be grouped
org.tm4j.topicmap.Topic typeToIgnore associations of this type will be ignored. May be null.

Returns

an array of matrix objects, each representing a group of associations or null if no association group was found.

Other Resources

Related Topics