org.eclipse.jubula.rc.rcp.gef.identifier
Interface IEditPartIdentifier

All Known Implementing Classes:
ClassCountEditPartIdentifier, StaticEditPartIdentifier

public interface IEditPartIdentifier

Encapsulates the ability to generate unique IDs for a given org.eclipse.gef.EditPart.

Created:
May 13, 2009

Method Summary
 java.util.Map getConnectionAnchors()
           
 java.lang.String getIdentifier()
           
 

Method Detail

getIdentifier

java.lang.String getIdentifier()
Returns:
a String uniquely identifying the EditPart.

getConnectionAnchors

java.util.Map getConnectionAnchors()
Returns:
a map that correlates identifiers (Strings) with ConnectionAnchors.