Kieker 1.5

Uses of Class
kieker.tools.traceAnalysis.systemModel.AssemblyComponent

Packages that use AssemblyComponent
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
kieker.tools.traceAnalysis.systemModel.util   
 

Uses of AssemblyComponent in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return AssemblyComponent
 AssemblyComponent AllocationComponent.getAssemblyComponent()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type AssemblyComponent
AllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer)
           
 

Uses of AssemblyComponent in kieker.tools.traceAnalysis.systemModel.repository
 

Fields in kieker.tools.traceAnalysis.systemModel.repository declared as AssemblyComponent
static AssemblyComponent AssemblyRepository.ROOT_ASSEMBLY_COMPONENT
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return AssemblyComponent
 AssemblyComponent AssemblyRepository.createAndRegisterAssemblyComponentInstance(String namedIdentifier, ComponentType componentType)
           
 AssemblyComponent AssemblyRepository.lookupAssemblyComponentById(int containerId)
          Returns the instance for the passed ID; null if no instance with this ID.
 AssemblyComponent AssemblyRepository.lookupAssemblyComponentInstanceByNamedIdentifier(String namedIdentifier)
          Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type AssemblyComponent
 Collection<AssemblyComponent> AssemblyRepository.getAssemblyComponentInstances()
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type AssemblyComponent
 AllocationComponent AllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)
           
 AssemblyComponentOperationPair AssemblyComponentOperationPairFactory.getPairInstanceByPair(AssemblyComponent assemblyComponent, Operation operation)
          Returns a corresponding pair instance (existing or newly created)
 

Uses of AssemblyComponent in kieker.tools.traceAnalysis.systemModel.util
 

Methods in kieker.tools.traceAnalysis.systemModel.util that return AssemblyComponent
 AssemblyComponent AssemblyComponentOperationPair.getAssemblyComponent()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel.util with parameters of type AssemblyComponent
AssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent)
           
 


Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net