Class RootAssemblyComponent

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

@Deprecated public class RootAssemblyComponent extends AssemblyComponent
Deprecated.
1.15 moved to kieker-model
This class represents a root assembly component.
Since:
1.6
Author:
Holger Knoche
  • Constructor Details

    • RootAssemblyComponent

      public RootAssemblyComponent()
      Deprecated.
      Creates a new root assembly component.
  • Method Details

    • isRootComponent

      public boolean isRootComponent()
      Deprecated.
      Description copied from class: AssemblyComponent
      Denotes whether this assembly component is a root component.
      Overrides:
      isRootComponent in class AssemblyComponent
      Returns:
      See above