Class AssemblyComponent
java.lang.Object
kieker.tools.trace.analysis.systemModel.AssemblyComponent
- All Implemented Interfaces:
ISystemModelElement
- Direct Known Subclasses:
RootAssemblyComponent
@Deprecated public class AssemblyComponent extends java.lang.Object implements ISystemModelElement
Deprecated.
1.15 moved to kieker-model
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Constructor Summary
Constructors Constructor Description AssemblyComponent(int id, java.lang.String name, ComponentType type)
Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Deprecated.int
getId()
Deprecated.java.lang.String
getIdentifier()
Deprecated.Returns a textual identifier for this object (e.g., its name).java.lang.String
getName()
Deprecated.ComponentType
getType()
Deprecated.int
hashCode()
Deprecated.boolean
isRootComponent()
Deprecated.Denotes whether this assembly component is a root component.java.lang.String
toString()
Deprecated.
-
Constructor Details
-
AssemblyComponent
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 java.lang.String getName()Deprecated. -
getType
Deprecated. -
toString
public final java.lang.String toString()Deprecated.- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)Deprecated.- Overrides:
equals
in classjava.lang.Object
-
isRootComponent
public boolean isRootComponent()Deprecated.Denotes whether this assembly component is a root component.- Returns:
- See above
-
getIdentifier
public java.lang.String getIdentifier()Deprecated.Description copied from interface:ISystemModelElement
Returns a textual identifier for this object (e.g., its name).- Specified by:
getIdentifier
in interfaceISystemModelElement
- Returns:
- See above
-