Class AllocationComponent
java.lang.Object
kieker.tools.trace.analysis.systemModel.AllocationComponent
- All Implemented Interfaces:
ISystemModelElement
Deprecated.
1.15 moved to kieker-model
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Constructor Summary
ConstructorsConstructorDescriptionAllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.final AssemblyComponentDeprecated.final ExecutionContainerDeprecated.final intgetId()Deprecated.Deprecated.Returns a textual identifier for this object (e.g., its name).inthashCode()Deprecated.final StringtoString()Deprecated.
-
Constructor Details
-
AllocationComponent
public AllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer) Deprecated.
-
-
Method Details
-
getId
public final int getId()Deprecated. -
getAssemblyComponent
Deprecated. -
getExecutionContainer
Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
getIdentifier
Deprecated.Description copied from interface:ISystemModelElementReturns a textual identifier for this object (e.g., its name).- Specified by:
getIdentifierin interfaceISystemModelElement- Returns:
- See above
-