public class AllocationComponentOperationPair extends java.lang.Object implements ISystemModelElement
Operation
and an AllocationComponent
.Constructor and Description |
---|
AllocationComponentOperationPair(int id,
Operation operation,
AllocationComponent allocationComponent)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
AllocationComponent |
getAllocationComponent() |
int |
getId() |
java.lang.String |
getIdentifier()
Returns a textual identifier for this object (e.g., its name).
|
Operation |
getOperation() |
java.lang.String |
toString() |
public AllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent)
id
- The ID of this pair.operation
- The operation.allocationComponent
- The allocation component.public final int getId()
public final AllocationComponent getAllocationComponent()
public final Operation getOperation()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getIdentifier()
ISystemModelElement
getIdentifier
in interface ISystemModelElement
Copyright 2017 Kieker Project, http://kieker-monitoring.net