Class Operation

java.lang.Object
kieker.tools.trace.analysis.systemModel.Operation

@Deprecated public class Operation extends Object
Deprecated.
1.15 moved to kieker-model
This class represents an operation within the trace analysis tool. It consists of the component type and a signature.
Since:
1.1
Author:
Andre van Hoorn
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    The ID for the root operation.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Operation(int id, ComponentType componentType, Signature signature)
    Deprecated.
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Two Operation objects are equal if their ids are equal.
    Deprecated.
    Delivers the component type of the operation.
    final int
    Deprecated.
    Delivers the ID of the operation.
    final Signature
    Deprecated.
    Delivers the signature of the operation.
    int
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ROOT_OPERATION_ID

      public static final int ROOT_OPERATION_ID
      Deprecated.
      The ID for the root operation.
      See Also:
  • Constructor Details

    • Operation

      public Operation(int id, ComponentType componentType, Signature signature)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      id - The ID of this operation.
      componentType - The type of the component of this operation.
      signature - The signature of this operation.
  • Method Details

    • getId

      public final int getId()
      Deprecated.
      Delivers the ID of the operation.
      Returns:
      The ID.
    • getComponentType

      public final ComponentType getComponentType()
      Deprecated.
      Delivers the component type of the operation.
      Returns:
      The component type.
    • getSignature

      public final Signature getSignature()
      Deprecated.
      Delivers the signature of the operation.
      Returns:
      The signature.
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Two Operation objects are equal if their ids are equal.
      Overrides:
      equals in class Object
      Parameters:
      obj - The object to be compared for equality with this
      Returns:
      true if the two objects are equal.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object