org.eclipse.jubula.rc.rcp.gef.identifier
Class ClassCountEditPartIdentifier

java.lang.Object
  extended by org.eclipse.jubula.rc.rcp.gef.identifier.ClassCountEditPartIdentifier
All Implemented Interfaces:
IEditPartIdentifier

public class ClassCountEditPartIdentifier
extends java.lang.Object
implements IEditPartIdentifier

Default implementation of IEditPartIdentifier. The identifier is the name of the class of the EditPart plus a sequential number.

Created:
May 13, 2009

Constructor Summary
ClassCountEditPartIdentifier(EditPart editPart)
          Constructor
 
Method Summary
 java.util.Map getConnectionAnchors()
          
 java.lang.String getIdentifier()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCountEditPartIdentifier

public ClassCountEditPartIdentifier(EditPart editPart)
Constructor

Parameters:
editPart - The EditPart for which identifiers can be generated.
Method Detail

getIdentifier

public java.lang.String getIdentifier()

Specified by:
getIdentifier in interface IEditPartIdentifier
Returns:
a String uniquely identifying the EditPart.

getConnectionAnchors

public java.util.Map getConnectionAnchors()

Specified by:
getConnectionAnchors in interface IEditPartIdentifier
Returns:
a map that correlates identifiers (Strings) with ConnectionAnchors.