| Constructors in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type AllocationComponentOperationPairFactory | 
AggregatedAllocationComponentOperationCallTreePlugin(String name,
                                                     AllocationComponentOperationPairFactory allocationComponentOperationPairFactory,
                                                     SystemModelRepository systemEntityFactory,
                                                     File dotOutputFile,
                                                     boolean includeWeights,
                                                     boolean shortLabels)
 
            | 
TraceCallTreeNode(int id,
                  SystemModelRepository systemEntityFactory,
                  AllocationComponentOperationPairFactory pairFactory,
                  AllocationComponentOperationPair entity,
                  boolean rootNode)
 
            | 
TraceCallTreePlugin(String name,
                    AllocationComponentOperationPairFactory allocationComponentOperationPairFactory,
                    SystemModelRepository systemEntityFactory,
                    String outputFnBase,
                    boolean shortLabels)
 
            |