Kieker 1.5

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

Packages that use AllocationComponentOperationPair
kieker.tools.traceAnalysis.filter.visualization.callTree   
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)
           
 

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

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.5

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