Package kieker.model.system.model
Class AssemblyComponent
java.lang.Object
kieker.model.system.model.AssemblyComponent
- All Implemented Interfaces:
ISystemModelElement
- Direct Known Subclasses:
RootAssemblyComponent
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Constructor Summary
ConstructorsConstructorDescriptionAssemblyComponent(int id, String name, ComponentType type) Creates a new instance of this class using the given parameters. -
Method Summary
-
Constructor Details
-
AssemblyComponent
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() -
getName
-
getType
-
toString
-
hashCode
public int hashCode() -
equals
-
isRootComponent
public boolean isRootComponent()Denotes whether this assembly component is a root component.- Returns:
- See above
-
getIdentifier
Description copied from interface:ISystemModelElementReturns a textual identifier for this object (e.g., its name).- Specified by:
getIdentifierin interfaceISystemModelElement- Returns:
- See above
-