org.tm4j.panckoucke.model.AModel .createArc(org.tm4j.panckoucke.model.AMNode node,java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt,org.tm4j.panckoucke.model.AMLocator dataLocator)

Description

Creates an arc and sets a number of properties

Parameters
org.tm4j.panckoucke.model.AMLocator dataLocator a AMLocator set to the new arc
org.tm4j.panckoucke.model.AMGestalt gestalt the gestalt set to the new arc
java.lang.String label the label of the new arc
org.tm4j.panckoucke.model.AMNode node the start node of the new arc
java.lang.Object representedObject an object added to the representedObjects

Throws

Returns

AMArc the new arc

Other Resources