Class AbstractTree<T,S extends TreeGroup,U extends TreeLeaf>

java.lang.Object
io.qameta.allure.tree.AbstractTree<T,S,U>
Type Parameters:
T - the type of accepted items
S - the type of tree group
U - the type of tree leaf
All Implemented Interfaces:
Tree<T>, TreeGroup, TreeNode
Direct Known Subclasses:
TestResultTree

public abstract class AbstractTree<T,S extends TreeGroup,U extends TreeLeaf> extends Object implements Tree<T>