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