org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractionUtil .addMembersOfAssociation(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Association assoc,org.tm4j.panckoucke.model.AMNode assocNode,org.tm4j.topicmap.Topic t0,org.tm4j.panckoucke.model.AMNode n0)

Description

Adds arcs for all members of the given association.

The arcs representedObject-property is set to the roleSpec of this member, if any, the gestalt of the arcs is set to GESTALT_ROLE.
Adds endnodes to theese arcs for every player of that member

Parameters
org.tm4j.topicmap.Association assoc the Association to process
org.tm4j.panckoucke.model.AMNode assocNode the AMNode that represents the given association
org.tm4j.panckoucke.model.AModel model the model to add the nodes to
org.tm4j.panckoucke.model.AMNode n0
org.tm4j.topicmap.Topic t0 a topic which is compared to every player found. If a player equals(t0) the given node n0 is used to represent that player. Otherwise a new endnode for that player is created. This param may be null

Other Resources