Class PlaceGenerationLogic
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.datastructures.tree.base.PlaceGenerationLogic
-
- All Implemented Interfaces:
java.util.function.Consumer<GenerationConstraint>,Constrainable<GenerationConstraint>,FullComponentSystemUser,ChildGenerationLogicComponent<Place,PlaceState,PlaceNode>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,ChildGenerationLogic<Place,PlaceState,PlaceNode>,ConstrainableChildGenerationLogic<Place,PlaceState,PlaceNode,GenerationConstraint>,TreeNodeGenerator<PlaceNode>,Observer<GenerationConstraint>,Initializable
- Direct Known Subclasses:
MonotonousPlaceGenerationLogic
public abstract class PlaceGenerationLogic extends AbstractBaseClass implements ConstrainableChildGenerationLogic<Place,PlaceState,PlaceNode,GenerationConstraint>, ChildGenerationLogicComponent<Place,PlaceState,PlaceNode>
-
-
Constructor Summary
Constructors Constructor Description PlaceGenerationLogic()
-
Method Summary
-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, initSelf, 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.datastructures.tree.base.ChildGenerationLogic
generateChild, hasChildrenLeft, potentialChildrenCount, potentialFutureChildren
-
Methods inherited from interface org.processmining.specpp.base.Constrainable
acceptConstraint, getAcceptedConstraintClass, observe
-
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.datastructures.tree.base.TreeNodeGenerator
generateRoot
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-