public class AssemblyComponentOperationPair extends java.lang.Object implements ISystemModelElement
Operation
and an AssemblyComponent
.Constructor and Description |
---|
AssemblyComponentOperationPair(int id,
Operation operation,
AssemblyComponent assemblyComponent)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
AssemblyComponent |
getAssemblyComponent() |
int |
getId() |
java.lang.String |
getIdentifier()
Returns a textual identifier for this object (e.g., its name).
|
Operation |
getOperation() |
java.lang.String |
toString() |
public AssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent)
id
- The ID of this pair.operation
- The operation.assemblyComponent
- The assembly component.public final int getId()
public final AssemblyComponent getAssemblyComponent()
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