Class AssemblyComponent

java.lang.Object
kieker.tools.trace.analysis.systemModel.AssemblyComponent
All Implemented Interfaces:
ISystemModelElement
Direct Known Subclasses:
RootAssemblyComponent

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

    • AssemblyComponent

      public AssemblyComponent(int id, String name, ComponentType type)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      id - The ID of this assembly component.
      name - The name of this component.
      type - The type of this component.
  • Method Details

    • getId

      public final int getId()
      Deprecated.
    • getName

      public final String getName()
      Deprecated.
    • getType

      public final ComponentType getType()
      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
    • isRootComponent

      public boolean isRootComponent()
      Deprecated.
      Denotes whether this assembly component is a root component.
      Returns:
      See above
    • 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