public class Operation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ROOT_OPERATION_ID
The ID for the root operation.
|
Constructor and Description |
---|
Operation(int id,
ComponentType componentType,
Signature signature)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Two Operation objects are equal if their ids are equal.
|
ComponentType |
getComponentType()
Delivers the component type of the operation.
|
int |
getId()
Delivers the ID of the operation.
|
Signature |
getSignature()
Delivers the signature of the operation.
|
int |
hashCode() |
java.lang.String |
toString() |
public static final int ROOT_OPERATION_ID
public Operation(int id, ComponentType componentType, Signature signature)
id
- The ID of this operation.componentType
- The type of the component of this operation.signature
- The signature of this operation.public final int getId()
public final ComponentType getComponentType()
public final Signature getSignature()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object to be compared for equality with thispublic int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2017 Kieker Project, http://kieker-monitoring.net