org.tm4j.panckoucke.model.AModel .createArc(org.tm4j.panckoucke.model.AMNode startnode,java.lang.String label)

Description

Creates an Arc with the given label, the given startnode and a model-wide unique ID.

Parameters
java.lang.String label the label of the new arc
org.tm4j.panckoucke.model.AMNode startnode the start node of the new arc

Returns

the unique id for that Arc

Other Resources

Related Topics