org.tm4j.panckoucke.model.AModel .createNode(java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt)

Description

Convienience-method to create a Node and set some properties

Parameters
org.tm4j.panckoucke.model.AMGestalt gestalt the AMGestalt used to set the gestalt field of the node
java.lang.String label used to set the label field of the node
java.lang.Object representedObject a Object added to the node as one of the objects represented by it

Returns

an AMNode instance initialised with the given values and a unique

Other Resources