org.tm4j.topicmap.Association .getMembersOfRole(org.tm4j.topicmap.Topic roleSpec)

Description

Returns the Member objects which play the specified role in this association. The Member objects returned are the ones whose role is defined by the specified Topic or by another Topic which is merged with the specified Topic.

Parameters
org.tm4j.topicmap.Topic roleSpec The Topic specifying the role that the returned Members must play.

Returns

An unmodifiable Collection of Member objects.

Other Resources

Related Topics

Has Parameters