Kieker 1.9

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

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

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

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

Uses of AllocationComponent in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return AllocationComponent
 AllocationComponent Execution.getAllocationComponent()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type AllocationComponent
Execution(Operation op, AllocationComponent allocationComponent, long traceId, int eoi, int ess, long tin, long tout, boolean assumed)
          Creates a new Execution instance.
Execution(Operation op, AllocationComponent allocationComponent, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
          Creates a new Execution instance.
 

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

Fields in kieker.tools.traceAnalysis.systemModel.repository declared as AllocationComponent
static AllocationComponent AllocationRepository.ROOT_ALLOCATION_COMPONENT
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return AllocationComponent
 AllocationComponent AllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)
           
 AllocationComponent AllocationRepository.lookupAllocationComponentInstanceByNamedIdentifier(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 AllocationComponent
 Collection<AllocationComponent> AllocationRepository.getAllocationComponentInstances()
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type AllocationComponent
 AllocationComponentOperationPair AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation)
          Returns a corresponding pair instance (existing or newly created).
 

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

Methods in kieker.tools.traceAnalysis.systemModel.util that return AllocationComponent
 AllocationComponent AllocationComponentOperationPair.getAllocationComponent()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel.util with parameters of type AllocationComponent
AllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent)
          Creates a new instance of this class using the given parameters.
 


Kieker 1.9

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