Uses of Interface
org.processmining.specpp.base.Proposer
-
-
Uses of Proposer in org.processmining.specpp.base
Subinterfaces of Proposer in org.processmining.specpp.base Modifier and Type Interface Description interfaceConstrainableProposer<C extends Candidate,L extends CandidateConstraint<C>>A base interface for proposers that are also constrainable. -
Uses of Proposer in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls that implement Proposer Modifier and Type Class Description classAbstractEfficientTreeBasedProposer<C extends Candidate,N extends TreeNode & LocallyExpandable<N>>Abstract base class for efficient tree-based proposers.classEfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>>Methods in org.processmining.specpp.base.impls that return Proposer Modifier and Type Method Description Proposer<C>SPECpp. getProposer() -
Uses of Proposer in org.processmining.specpp.componenting.system.link
Subinterfaces of Proposer in org.processmining.specpp.componenting.system.link Modifier and Type Interface Description interfaceProposerComponent<C extends Candidate> -
Uses of Proposer in org.processmining.specpp.proposal
Classes in org.processmining.specpp.proposal that implement Proposer Modifier and Type Class Description classConstrainablePlaceProposerThis is the base implementation of aconstrainable place proposer.classPlaceProposerThe base implementation of aProposerfor candidates of typePlace.classRestartablePlaceProposer -
Uses of Proposer in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement Proposer Modifier and Type Class Description classInstrumentedProposer<C extends Candidate>
-