Package kieker.model.system.model
Class RootAssemblyComponent
java.lang.Object
kieker.model.system.model.AssemblyComponent
kieker.model.system.model.RootAssemblyComponent
- All Implemented Interfaces:
ISystemModelElement
public class RootAssemblyComponent extends AssemblyComponent
This class represents a root assembly component.
- Since:
- 1.6
-
Constructor Summary
Constructors Constructor Description RootAssemblyComponent()Creates a new root assembly component. -
Method Summary
Modifier and Type Method Description booleanisRootComponent()Denotes whether this assembly component is a root component.Methods inherited from class kieker.model.system.model.AssemblyComponent
equals, getId, getIdentifier, getName, getType, hashCode, toString
-
Constructor Details
-
RootAssemblyComponent
public RootAssemblyComponent()Creates a new root assembly component.
-
-
Method Details
-
isRootComponent
public boolean isRootComponent()Description copied from class:AssemblyComponentDenotes whether this assembly component is a root component.- Overrides:
isRootComponentin classAssemblyComponent- Returns:
- See above
-