Package kieker.model.system.model
Interface ISystemModelElement
- All Known Implementing Classes:
AllocationComponent,AllocationComponentOperationPair,AssemblyComponent,AssemblyComponentOperationPair,ExecutionContainer,RootAssemblyComponent,RootExecutionContainer
public interface ISystemModelElement
Abstract supertype for all entities in the system model.
- Since:
- 1.6
-
Method Summary
Modifier and Type Method Description java.lang.StringgetIdentifier()Returns a textual identifier for this object (e.g., its name).
-
Method Details
-
getIdentifier
java.lang.String getIdentifier()Returns a textual identifier for this object (e.g., its name).- Returns:
- See above
- Since:
- 1.6
-