Class AllocationComponent

java.lang.Object
kieker.tools.trace.analysis.systemModel.AllocationComponent
All Implemented Interfaces:
ISystemModelElement

@Deprecated public class AllocationComponent extends Object implements ISystemModelElement
Deprecated.
1.15 moved to kieker-model
Since:
1.1
Author:
Andre van Hoorn
  • Constructor Details

  • Method Details

    • getId

      public final int getId()
      Deprecated.
    • getAssemblyComponent

      public final AssemblyComponent getAssemblyComponent()
      Deprecated.
    • getExecutionContainer

      public final ExecutionContainer getExecutionContainer()
      Deprecated.
    • toString

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

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

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • getIdentifier

      public String getIdentifier()
      Deprecated.
      Description copied from interface: ISystemModelElement
      Returns a textual identifier for this object (e.g., its name).
      Specified by:
      getIdentifier in interface ISystemModelElement
      Returns:
      See above