Class ConstrainablePlaceProposer.Builder
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder<ConstrainablePlaceProposer>
-
- org.processmining.specpp.proposal.ConstrainablePlaceProposer.Builder
-
- All Implemented Interfaces:
java.util.function.Supplier<ConstrainablePlaceProposer>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,SimpleBuilder<ConstrainablePlaceProposer>
- Direct Known Subclasses:
RestartablePlaceProposer.Builder
- Enclosing class:
- ConstrainablePlaceProposer
public static class ConstrainablePlaceProposer.Builder extends ComponentSystemAwareBuilder<ConstrainablePlaceProposer>
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegatingDataSource<EfficientTreeConfiguration<Place,PlaceState,PlaceNode>>delegatingDataSource
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConstrainablePlaceProposerbuildIfFullySatisfied()-
Methods inherited from class org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder
build, insufficientRequirements
-
Methods inherited from class org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
globalComponentSystem, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.components.SimpleBuilder
get
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
getComponentCollection
-
-
-
-
Field Detail
-
delegatingDataSource
protected final DelegatingDataSource<EfficientTreeConfiguration<Place,PlaceState,PlaceNode>> delegatingDataSource
-
-
Method Detail
-
buildIfFullySatisfied
protected ConstrainablePlaceProposer buildIfFullySatisfied()
- Specified by:
buildIfFullySatisfiedin classComponentSystemAwareBuilder<ConstrainablePlaceProposer>
-
-