Class DifferentialWeightedTreeProvider<N>

java.lang.Object
org.eclipse.tracecompass.incubator.analysis.core.weighted.tree.diff.DifferentialWeightedTreeProvider<N>
Type Parameters:
N - The type of objects represented by each node in the tree
All Implemented Interfaces:
IWeightedTreeProvider<N,Object,DifferentialWeightedTree<N>>

public class DifferentialWeightedTreeProvider<@NonNull N> extends Object implements IWeightedTreeProvider<N,Object,DifferentialWeightedTree<N>>
Weighted tree provider that provides a differential weighted tree. Since any tree can be differentiated with other trees, this class is mostly a wrapper around the original tree provider, only the elements and trees are specific to this class.
Author:
Geneviève Bastien