}
public AbstractPetriNetElementModel(CreationMap creationMap, Object userObject)
{
super(null);
this.elementContext = new ElementContext();
nameModel = new NameModel(creationMap);
AttributeMap map = getAttributes();
GraphConstants.setOpaque(map, false);
if (creationMap.getReadOnly()) {
GraphConstants.setBorderColor(map, new Color(125, 125, 125));