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
rootAssemblyComponent
public final AssemblyComponent rootAssemblyComponent
AssemblyRepository
public AssemblyRepository(SystemModelRepository systemFactory,
AssemblyComponent rootAssemblyComponent)
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 2011 the Kieker Project, http://kieker.sourceforge.net>