Kieker 1.2

kieker.tools.traceAnalysis.systemModel
Class AllocationComponent

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.AllocationComponent

public class AllocationComponent
extends Object

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()
           
 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

Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net