Kieker 1.4

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

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

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

Methods in kieker.tools.traceAnalysis.plugins.visualization.callTree that return types with arguments of type AllocationComponentOperationPair
 AbstractCallTreeNode<AllocationComponentOperationPair> TraceCallTreeNode.newCall(SynchronousCallMessage callMsg)
           
 

Constructors in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type AllocationComponentOperationPair
TraceCallTreeNode(int id, SystemModelRepository systemEntityFactory, AllocationComponentOperationPairFactory pairFactory, AllocationComponentOperationPair entity, boolean rootNode)
           
 

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

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)
 AllocationComponentOperationPair AllocationComponentOperationPairFactory.getRootPair()
           
 

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


Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net