Kieker 1.6

Uses of Class
kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair

Packages that use AllocationComponentOperationPair
kieker.tools.traceAnalysis.filter.visualization.callTree   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of AllocationComponentOperationPair in kieker.tools.traceAnalysis.filter.visualization.callTree
 

Methods in kieker.tools.traceAnalysis.filter.visualization.callTree that return types with arguments of type AllocationComponentOperationPair
 AbstractCallTreeNode<AllocationComponentOperationPair> TraceCallTreeNode.newCall(Object destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)
           
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type AllocationComponentOperationPair
TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)
           
 

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

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

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

Fields in kieker.tools.traceAnalysis.systemModel.repository declared as AllocationComponentOperationPair
static AllocationComponentOperationPair AllocationComponentOperationPairFactory.ROOT_PAIR
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return AllocationComponentOperationPair
 AllocationComponentOperationPair AllocationComponentOperationPairFactory.getPairById(int id)
          Returns the instance for the passed ID; null if no instance with this ID.
 AllocationComponentOperationPair AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation)
          Returns a corresponding pair instance (existing or newly created)
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type AllocationComponentOperationPair
 Collection<AllocationComponentOperationPair> AllocationComponentOperationPairFactory.getPairs()
           
 


Kieker 1.6

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