Uses of Interface
org.processmining.specpp.datastructures.tree.base.BiDiTreeNode
-
Packages that use BiDiTreeNode Package Description org.processmining.specpp.datastructures.tree.base org.processmining.specpp.datastructures.tree.base.impls -
-
Uses of BiDiTreeNode in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type BiDiTreeNode Modifier and Type Interface Description interfaceBiDiTree<N extends BiDiTreeNode<N>>interfaceBiDiTreeNode<N extends BiDiTreeNode<N>>static classEdgeFactory.BasicTreeEdgeFactory<N extends BiDiTreeNode<N>>Subinterfaces of BiDiTreeNode in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceAnnotatableBiDiNode<A,N extends AnnotatableBiDiNode<A,N>> -
Uses of BiDiTreeNode in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls with type parameters of type BiDiTreeNode Modifier and Type Class Description classAbstractBiDiNode<N extends BiDiTreeNode<N>>classBiDiTreeImpl<N extends BiDiTreeNode<N>>Classes in org.processmining.specpp.datastructures.tree.base.impls that implement BiDiTreeNode Modifier and Type Class Description classAbstractBiDiNode<N extends BiDiTreeNode<N>>classAnnotatableBiDiNodeImpl<A>classBiDiNodeImplMethods in org.processmining.specpp.datastructures.tree.base.impls with type parameters of type BiDiTreeNode Modifier and Type Method Description static <N extends BiDiTreeNode<N>>
NReflectiveNodeFactory. childOf(N parent)
-