Class EventingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.datastructures.tree.heuristic.HeuristicTreeExpansion<N,H>
-
- org.processmining.specpp.datastructures.tree.heuristic.EventingHeuristicTreeExpansion<N,H>
-
- All Implemented Interfaces:
FullComponentSystemUser,ExpansionStrategyComponent<N>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,ExpansionStrategy<N>,TreeStrategy<N>,Initializable
- Direct Known Subclasses:
EventingDiscriminatingHeuristicTreeExpansion
public class EventingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>> extends HeuristicTreeExpansion<N,H>
-
-
Field Summary
Fields Modifier and Type Field Description protected EventSupervision<TreeHeuristicsEvent>eventSupervision-
Fields inherited from class org.processmining.specpp.datastructures.tree.heuristic.HeuristicTreeExpansion
nodeHeuristics, priorityQueue
-
-
Constructor Summary
Constructors Constructor Description EventingHeuristicTreeExpansion(HeuristicStrategy<? super N,H> heuristicStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddequeue(N node)protected NdequeueFirst()protected voidenqueue(N node)protected voidputHeuristic(N node, H heuristic)-
Methods inherited from class org.processmining.specpp.datastructures.tree.heuristic.HeuristicTreeExpansion
addNode, clearHeuristic, deregisterNode, deregisterPreviousProposal, getHeuristicStrategy, hasNextExpansion, initSelf, nextExpansion, peekFirst, registerNode, registerPotentialNodes, removeNode, updateNode
-
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
-
-
-
-
Field Detail
-
eventSupervision
protected final EventSupervision<TreeHeuristicsEvent> eventSupervision
-
-
Constructor Detail
-
EventingHeuristicTreeExpansion
public EventingHeuristicTreeExpansion(HeuristicStrategy<? super N,H> heuristicStrategy)
-
-
Method Detail
-
putHeuristic
protected void putHeuristic(N node, H heuristic)
- Overrides:
putHeuristicin classHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>
-
enqueue
protected void enqueue(N node)
- Overrides:
enqueuein classHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>
-
dequeue
protected void dequeue(N node)
- Overrides:
dequeuein classHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>
-
dequeueFirst
protected N dequeueFirst()
- Overrides:
dequeueFirstin classHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>
-
-