kieker.tools.traceAnalysis.systemModel
Class Operation
java.lang.Object
   kieker.tools.traceAnalysis.systemModel.Operation
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 if their ids are equal.
 
- 
- Overrides:
- equalsin class- Object
 
- 
- Parameters:
- obj-
- Returns:
- true if the two objects are equal.
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>