Class AssemblyComponentOperationPair
java.lang.Object
kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
- All Implemented Interfaces:
ISystemModelElement
public class AssemblyComponentOperationPair extends java.lang.Object implements ISystemModelElement
This class represents a pair consisting of an
Operation and an AssemblyComponent.- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Constructor Summary
Constructors Constructor Description AssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent)Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description AssemblyComponentgetAssemblyComponent()intgetId()java.lang.StringgetIdentifier()Returns a textual identifier for this object (e.g., its name).OperationgetOperation()java.lang.StringtoString()
-
Constructor Details
-
AssemblyComponentOperationPair
public AssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent)Creates a new instance of this class using the given parameters.- Parameters:
id- The ID of this pair.operation- The operation.assemblyComponent- The assembly component.
-
-
Method Details
-
getId
public final int getId() -
getAssemblyComponent
-
getOperation
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getIdentifier
public java.lang.String getIdentifier()Description copied from interface:ISystemModelElementReturns a textual identifier for this object (e.g., its name).- Specified by:
getIdentifierin interfaceISystemModelElement- Returns:
- See above
-