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.Objectpublic java.lang.String getIdentifier()
ISystemModelElementgetIdentifier in interface ISystemModelElementCopyright 2017 Kieker Project, http://kieker-monitoring.net