org.tm4j.panckoucke.model.AModel .addEndNode(org.tm4j.panckoucke.model.AMArc arc,org.tm4j.panckoucke.model.AMNode endnode)

Description

Adds endnode to the set of endnodes of AMArc arc. If arc already contains endnode in its set of endnodes, nothing happens. If a relationship between arc and endnode is established, this methods updates the arc as well as the node

Parameters
org.tm4j.panckoucke.model.AMArc arc the arc the node is added
org.tm4j.panckoucke.model.AMNode endnode the node to be added at the end of the arc

Throws

Other Resources

Related Topics