org.ucworkbench.model
Interface IIdentifiable

All Superinterfaces:
IUCElement
All Known Subinterfaces:
IActor, IExtension, IFileModel, IModelFileElement, IScenarioItem, IStep, IUCProject, IUseCase

public interface IIdentifiable
extends IUCElement


Method Summary
 java.lang.String getID()
          Returns the value of the property that is unique identifier for specified object (e.g. for actors returns name, for use cases returns ID).
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource
 

Method Detail

getID

java.lang.String getID()
Returns the value of the property that is unique identifier for specified object (e.g. for actors returns name, for use cases returns ID).

Returns:
null if unigue identification property does not exist in file