kieker.tools.traceAnalysis.systemModel
Class Operation
java.lang.Object
kieker.tools.traceAnalysis.systemModel.Operation
public class Operation
- extends Object
- Author:
- Andre van Hoorn
ROOT_OPERATION_ID
public static final int ROOT_OPERATION_ID
- See Also:
- Constant Field Values
Operation
public Operation(int id,
ComponentType componentType,
Signature signature)
getId
public final int getId()
getComponentType
public final ComponentType getComponentType()
getSignature
public final Signature getSignature()
equals
public boolean equals(Object obj)
- Two Operation objects are equal iff their ids are equal.
- Overrides:
equals
in class Object
- Parameters:
obj
-
- Returns:
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2010 the Kieker Project, http://kieker.sourceforge.net>