Class VariableExpansion.BFS<N extends TreeNode & LocallyExpandable<N>>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.datastructures.tree.base.impls.VariableExpansion<N>
-
- org.processmining.specpp.datastructures.tree.base.impls.VariableExpansion.BFS<N>
-
- All Implemented Interfaces:
FullComponentSystemUser,ExpansionStrategyComponent<N>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,ExpansionStrategy<N>,TreeStrategy<N>,Initializable
- Enclosing class:
- VariableExpansion<N extends TreeNode & LocallyExpandable<N>>
public static class VariableExpansion.BFS<N extends TreeNode & LocallyExpandable<N>> extends VariableExpansion<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.processmining.specpp.datastructures.tree.base.impls.VariableExpansion
VariableExpansion.BFS<N extends TreeNode & LocallyExpandable<N>>, VariableExpansion.DFS<N extends TreeNode & LocallyExpandable<N>>
-
-
Constructor Summary
Constructors Constructor Description BFS()
-
Method Summary
-
Methods inherited from class org.processmining.specpp.datastructures.tree.base.impls.VariableExpansion
bfs, deregisterNode, deregisterPreviousProposal, dfs, hasNextExpansion, initSelf, nextExpansion, registerNode, registerPotentialNodes
-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, localComponentSystem, postSubComponentInit, preSubComponentInit, registerSubComponent, unregisterSubComponent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.system.FullComponentSystemUser
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, registerSubComponent, unregisterSubComponent
-
Methods inherited from interface org.processmining.specpp.traits.Initializable
init
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-