Kieker 1.9

kieker.tools.traceAnalysis.systemModel
Class AllocationComponent

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.AllocationComponent
All Implemented Interfaces:
ISystemModelElement

public class AllocationComponent
extends Object
implements ISystemModelElement

Since:
1.1
Author:
Andre van Hoorn

Constructor Summary
AllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer)
           
 
Method Summary
 boolean equals(Object obj)
           
 AssemblyComponent getAssemblyComponent()
           
 ExecutionContainer getExecutionContainer()
           
 int getId()
           
 String getIdentifier()
          Returns a textual identifier for this object (e.g., its name).
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllocationComponent

public AllocationComponent(int id,
                           AssemblyComponent assemblyComponent,
                           ExecutionContainer executionContainer)
Method Detail

getId

public final int getId()

getAssemblyComponent

public final AssemblyComponent getAssemblyComponent()

getExecutionContainer

public final ExecutionContainer getExecutionContainer()

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

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.9

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