Kieker 1.8

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

Packages that use AssemblyComponent
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
kieker.tools.traceAnalysis.systemModel.util   
 

Uses of AssemblyComponent in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type AssemblyComponent
ComponentAssemblyDependencyGraph(AssemblyComponent rootEntity)
          Creates a new graph with the given root entity.
 

Uses of AssemblyComponent in kieker.tools.traceAnalysis.systemModel
 

Subclasses of AssemblyComponent in kieker.tools.traceAnalysis.systemModel
 class RootAssemblyComponent
          This class represents a root assembly component.
 

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
          This constant represents the root assembly component.
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return AssemblyComponent
 AssemblyComponent AssemblyRepository.createAndRegisterAssemblyComponentInstance(String namedIdentifier, ComponentType componentType)
          Creates a new assembly component instance and registers it as well.
 AssemblyComponent AssemblyRepository.lookupAssemblyComponentById(int containerId)
          Returns the instance for the passed ID; null if no instance with this ID exists.
 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()
          Delivers all available assembly component instances.
 

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)
          Creates a new instance of this class using the given parameters.
 


Kieker 1.8

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