kieker.tools.traceAnalysis.systemModel.util
Class AssemblyComponentOperationPair
java.lang.Object
kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
- All Implemented Interfaces:
- ISystemModelElement
public class AssemblyComponentOperationPair
- extends Object
- implements ISystemModelElement
This class represents a pair consisting of an Operation
and an AssemblyComponent
.
- Since:
- 1.1
- Author:
- Andre van Hoorn
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.
getId
public final int getId()
getAssemblyComponent
public final AssemblyComponent getAssemblyComponent()
getOperation
public final Operation getOperation()
toString
public String toString()
- Overrides:
toString
in class Object
getIdentifier
public String getIdentifier()
- Description copied from interface:
ISystemModelElement
- Returns a textual identifier for this object (e.g., its name).
- Specified by:
getIdentifier
in interface ISystemModelElement
- Returns:
- See above
Copyright 2014 Kieker Project, http://kieker-monitoring.net>