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,java.lang.String data)

Description

Creates an arc and sets a number of properties

Parameters
java.lang.String data a String set to the new arc as the data field
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