Class AllocationComponent
java.lang.Object
kieker.tools.trace.analysis.systemModel.AllocationComponent
- All Implemented Interfaces:
ISystemModelElement
@Deprecated public class AllocationComponent extends java.lang.Object implements ISystemModelElement
Deprecated.
1.15 moved to kieker-model
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Constructor Summary
Constructors Constructor Description AllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer)Deprecated. -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.AssemblyComponentgetAssemblyComponent()Deprecated.ExecutionContainergetExecutionContainer()Deprecated.intgetId()Deprecated.java.lang.StringgetIdentifier()Deprecated.Returns a textual identifier for this object (e.g., its name).inthashCode()Deprecated.java.lang.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
public final java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)Deprecated.- Overrides:
equalsin classjava.lang.Object
-
getIdentifier
public java.lang.String getIdentifier()Deprecated.Description copied from interface:ISystemModelElementReturns a textual identifier for this object (e.g., its name).- Specified by:
getIdentifierin interfaceISystemModelElement- Returns:
- See above
-