Uses of Interface
org.processmining.specpp.datastructures.tree.base.traits.KnowsDepth
-
-
Uses of KnowsDepth in org.processmining.specpp.datastructures.tree.base
Subinterfaces of KnowsDepth in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceLocalNode<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> -
Uses of KnowsDepth in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement KnowsDepth Modifier and Type Class Description classAbstractLocalNode<P extends NodeProperties,S extends NodeState,N extends AbstractLocalNode<P,S,N>>classLocalNodeWithExternalizedLogic<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> -
Uses of KnowsDepth in org.processmining.specpp.datastructures.tree.heuristic
Methods in org.processmining.specpp.datastructures.tree.heuristic with type parameters of type KnowsDepth Modifier and Type Method Description static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>HeuristicUtils. bfs()static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>HeuristicUtils. dfs() -
Uses of KnowsDepth in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement KnowsDepth Modifier and Type Class Description classPlaceNodeThis class represents a tree node containing aPlace(asNodeProperties) together with aPlaceState(asNodeState) that indicates already generated children nodes.
-