Class AllocationComponentOperationPair
java.lang.Object
kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
- All Implemented Interfaces:
ISystemModelElement
This class represents a pair consisting of an
Operation and an AllocationComponent.- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Constructor Summary
ConstructorsConstructorDescriptionAllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent) Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionfinal AllocationComponentfinal intgetId()Returns a textual identifier for this object (e.g., its name).final OperationtoString()
-
Constructor Details
-
AllocationComponentOperationPair
public AllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent) Creates a new instance of this class using the given parameters.- Parameters:
id- The ID of this pair.operation- The operation.allocationComponent- The allocation component.
-
-
Method Details
-
getId
public final int getId() -
getAllocationComponent
-
getOperation
-
toString
-
getIdentifier
Description copied from interface:ISystemModelElementReturns a textual identifier for this object (e.g., its name).- Specified by:
getIdentifierin interfaceISystemModelElement- Returns:
- See above
-