kieker.tools.traceAnalysis.systemModel
Class AllocationComponent
java.lang.Object
kieker.tools.traceAnalysis.systemModel.AllocationComponent
- All Implemented Interfaces:
- ISystemModelElement
public class AllocationComponent
- extends java.lang.Object
- implements ISystemModelElement
- Since:
- 1.1
- Author:
- Andre van Hoorn
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getIdentifier
public java.lang.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 2015 Kieker Project, http://kieker-monitoring.net