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 Summary
Constructors Constructor Description RootAssemblyComponent()
Deprecated.Creates a new root assembly component. -
Method Summary
Modifier and Type Method Description boolean
isRootComponent()
Deprecated.Denotes whether this assembly component is a root component.Methods inherited from class kieker.tools.trace.analysis.systemModel.AssemblyComponent
equals, getId, getIdentifier, getName, getType, hashCode, toString
-
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 classAssemblyComponent
- Returns:
- See above
-