com.ibm.xtools.bpmn2.util
Class Bpmn2AutonameHelper

java.lang.Object
  extended by com.ibm.xtools.bpmn2.util.Bpmn2AutonameHelper
All Implemented Interfaces:
IAutonameHelper

public class Bpmn2AutonameHelper
extends java.lang.Object
implements IAutonameHelper

Assigns a unique name to a model element (if it has a feature that represents a name) within its containing collection.


Field Summary
static Bpmn2AutonameHelper INSTANCE
           
 
Method Summary
 void autoname(org.eclipse.emf.ecore.EObject object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Bpmn2AutonameHelper INSTANCE
Method Detail

autoname

public void autoname(org.eclipse.emf.ecore.EObject object)
Specified by:
autoname in interface IAutonameHelper