| 
 | Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
public class AssemblyRepository
| Field Summary | |
|---|---|
| static AssemblyComponent | ROOT_ASSEMBLY_COMPONENTThis constant represents the root assembly component. | 
| Fields inherited from class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository | 
|---|
| ROOT_ELEMENT_ID | 
| Constructor Summary | |
|---|---|
| AssemblyRepository(SystemModelRepository systemFactory)Creates a new instance of this class using the given parameters. | |
| Method Summary | |
|---|---|
|  AssemblyComponent | createAndRegisterAssemblyComponentInstance(java.lang.String namedIdentifier,
                                           ComponentType componentType)Creates a new assembly component instance and registers it as well. | 
|  java.util.Collection<AssemblyComponent> | getAssemblyComponentInstances()Delivers all available assembly component instances. | 
|  AssemblyComponent | lookupAssemblyComponentById(int containerId)Returns the instance for the passed ID; null if no instance with this ID exists. | 
|  AssemblyComponent | lookupAssemblyComponentInstanceByNamedIdentifier(java.lang.String namedIdentifier)Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier. | 
| Methods inherited from class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository | 
|---|
| getAndIncrementNextId, getSystemFactory | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final AssemblyComponent ROOT_ASSEMBLY_COMPONENT
| Constructor Detail | 
|---|
public AssemblyRepository(SystemModelRepository systemFactory)
systemFactory - The system factory.| Method Detail | 
|---|
public final AssemblyComponent lookupAssemblyComponentById(int containerId)
containerId - The ID to search for.
public final AssemblyComponent lookupAssemblyComponentInstanceByNamedIdentifier(java.lang.String namedIdentifier)
namedIdentifier - The identifier to search for.
public final AssemblyComponent createAndRegisterAssemblyComponentInstance(java.lang.String namedIdentifier,
                                                                          ComponentType componentType)
namedIdentifier - The identifier of the new component.componentType - The new component type.
public final java.util.Collection<AssemblyComponent> getAssemblyComponentInstances()
| 
 | Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||