Kieker 1.2

kieker.tools.traceAnalysis.systemModel
Class Operation

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.Operation

public class Operation
extends Object

Author:
Andre van Hoorn

Field Summary
static int ROOT_OPERATION_ID
           
 
Constructor Summary
Operation(int id, ComponentType componentType, Signature signature)
           
 
Method Summary
 boolean equals(Object obj)
          Two Operation objects are equal iff their ids are equal.
 ComponentType getComponentType()
           
 int getId()
           
 Signature getSignature()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ROOT_OPERATION_ID

public static final int ROOT_OPERATION_ID
See Also:
Constant Field Values
Constructor Detail

Operation

public Operation(int id,
                 ComponentType componentType,
                 Signature signature)
Method Detail

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

Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net