Uses of Interface
org.processmining.specpp.datastructures.tree.base.traits.LocallyContractible
-
Packages that use LocallyContractible Package Description org.processmining.specpp.datastructures.tree.base org.processmining.specpp.datastructures.tree.base.traits -
-
Uses of LocallyContractible in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type LocallyContractible Modifier and Type Interface Description interfaceContractionStrategy<N extends TreeNode & LocallyContractible<N>>interfaceEfficientBacktrackableTree<N extends TreeNode & LocallyExpandable<N> & LocallyContractible<N>>interfaceLocalTreeTraversalStrategy<N extends TreeNode & LocallyExpandable<N> & LocallyContractible<N>> -
Uses of LocallyContractible in org.processmining.specpp.datastructures.tree.base.traits
Classes in org.processmining.specpp.datastructures.tree.base.traits with type parameters of type LocallyContractible Modifier and Type Interface Description interfaceLocallyContractible<N extends TreeNode & LocallyContractible<N>>
-