kieker.tools.traceAnalysis.systemModel.repository
Class AllocationRepository
java.lang.Object
kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
public class AllocationRepository
- extends AbstractSystemSubRepository
- Author:
- Andre van Hoorn
rootAllocationComponent
public final AllocationComponent rootAllocationComponent
AllocationRepository
public AllocationRepository(SystemModelRepository systemFactory,
AllocationComponent rootAllocationComponent)
lookupAllocationComponentInstanceByNamedIdentifier
public final AllocationComponent lookupAllocationComponentInstanceByNamedIdentifier(String namedIdentifier)
- Returns the instance for the passed factoryIdentifier; null if no instance
with this factoryIdentifier.
createAndRegisterAllocationComponentInstance
public final AllocationComponent createAndRegisterAllocationComponentInstance(String namedIdentifier,
AssemblyComponent assemblyComponentInstance,
ExecutionContainer executionContainer)
getAllocationComponentInstances
public final Collection<AllocationComponent> getAllocationComponentInstances()
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>