kieker.tools.traceAnalysis.systemModel
Class AllocationComponent
java.lang.Object
kieker.tools.traceAnalysis.systemModel.AllocationComponent
- All Implemented Interfaces:
- ISystemModelElement
public class AllocationComponent
- extends Object
- implements ISystemModelElement
- Since:
- 1.1
- Author:
- Andre van Hoorn
AllocationComponent
public AllocationComponent(int id,
AssemblyComponent assemblyComponent,
ExecutionContainer executionContainer)
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
Copyright 2014 Kieker Project, http://kieker-monitoring.net>