org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAssocContributor .contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)

Description

- Processes all Associations, in which tmo plays a role. (Except associations of type class-instance) - For every association a new node is created. - This node has outgoing arcs for every member. - The arcs are typed with the role-topic and have endnodes for every player of this member. - One of theese endnodes is the AMNode which represents the TopicMapObject tmo (this AMNode is the centerNode of the model)

Parameters
org.tm4j.panckoucke.abstraction.AbstractionContext ac
org.tm4j.panckoucke.model.AModel model
org.tm4j.topicmap.TopicMapObject tmo

Other Resources

Related Topics