Uses of Interface
org.processmining.specpp.base.Constrainable
-
-
Uses of Constrainable in org.processmining.specpp.base
Subinterfaces of Constrainable 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 Constrainable in org.processmining.specpp.datastructures.tree.base
Subinterfaces of Constrainable in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceConstrainableChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>,L extends GenerationConstraint>Classes in org.processmining.specpp.datastructures.tree.base that implement Constrainable Modifier and Type Class Description classPlaceGenerationLogic -
Uses of Constrainable in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement Constrainable Modifier and Type Class Description classMonotonousPlaceGenerationLogicContains the entire logic for generating child (and in the future parent) local nodes. -
Uses of Constrainable in org.processmining.specpp.proposal
Classes in org.processmining.specpp.proposal that implement Constrainable Modifier and Type Class Description classConstrainablePlaceProposerThis is the base implementation of aconstrainable place proposer.classRestartablePlaceProposer
-