kieker.tools.traceAnalysis.systemModel.repository
Class AssemblyRepository
java.lang.Object
  
kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
      
kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
public class AssemblyRepository
- extends AbstractSystemSubRepository
 
- Author:
 
  - Andre van Hoorn
 
 
 
 
 
 
ROOT_ASSEMBLY_COMPONENT
public static final AssemblyComponent ROOT_ASSEMBLY_COMPONENT
AssemblyRepository
public AssemblyRepository(SystemModelRepository systemFactory)
lookupAssemblyComponentById
public final AssemblyComponent lookupAssemblyComponentById(int containerId)
- Returns the instance for the passed ID; null if no instance
 with this ID.
 
 
lookupAssemblyComponentInstanceByNamedIdentifier
public final AssemblyComponent lookupAssemblyComponentInstanceByNamedIdentifier(String namedIdentifier)
- Returns the instance for the passed factoryIdentifier; null if no instance
 with this factoryIdentifier.
 
 
createAndRegisterAssemblyComponentInstance
public final AssemblyComponent createAndRegisterAssemblyComponentInstance(String namedIdentifier,
                                                                          ComponentType componentType)
 
getAssemblyComponentInstances
public final Collection<AssemblyComponent> getAssemblyComponentInstances()
 
Copyright 2012 Kieker Project, http://kieker-monitoring.net>