Kieker 1.8

kieker.tools.traceAnalysis.systemModel
Class AssemblyComponent

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.AssemblyComponent
All Implemented Interfaces:
ISystemModelElement
Direct Known Subclasses:
RootAssemblyComponent

public class AssemblyComponent
extends Object
implements ISystemModelElement

Since:
1.1
Author:
Andre van Hoorn

Constructor Summary
AssemblyComponent(int id, String name, ComponentType type)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 boolean equals(Object obj)
           
 int getId()
           
 String getIdentifier()
          Returns a textual identifier for this object (e.g., its name).
 String getName()
           
 ComponentType getType()
           
 int hashCode()
           
 boolean isRootComponent()
          Denotes whether this assembly component is a root component.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssemblyComponent

public AssemblyComponent(int id,
                         String name,
                         ComponentType type)
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 Detail

getId

public final int getId()

getName

public final String getName()

getType

public final ComponentType getType()

toString

public final String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

isRootComponent

public boolean isRootComponent()
Denotes whether this assembly component is a root component.

Returns:
See above

getIdentifier

public String getIdentifier()
Description copied from interface: ISystemModelElement
Returns a textual identifier for this object (e.g., its name).

Specified by:
getIdentifier in interface ISystemModelElement
Returns:
See above

Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net