|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.traceAnalysis.systemModel.Operation
public class Operation
This class represents an operation within the trace analysis tool. It consists of the component type and a signature.
Field Summary | |
---|---|
static int |
ROOT_OPERATION_ID
The ID for the root operation. |
Constructor Summary | |
---|---|
Operation(int id,
ComponentType componentType,
Signature signature)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
boolean |
equals(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()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ROOT_OPERATION_ID
Constructor Detail |
---|
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.Method Detail |
---|
public final int getId()
public final ComponentType getComponentType()
public final Signature getSignature()
public boolean equals(Object obj)
equals
in class Object
obj
- The object to be compared for equality with this
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |