Uses of Class
org.processmining.specpp.base.impls.CandidateConstraint
-
-
Uses of CandidateConstraint in org.processmining.specpp.base
Classes in org.processmining.specpp.base with type parameters of type CandidateConstraint Modifier and Type Interface Description interfaceConstrainableProposer<C extends Candidate,L extends CandidateConstraint<C>>A base interface for proposers that are also constrainable. -
Uses of CandidateConstraint in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls with type parameters of type CandidateConstraint Modifier and Type Class Description classAbstractConstrainingComposer<C extends Candidate,I extends AdvancedComposition<C>,R extends Result,L extends CandidateConstraint<C>>The abstract base class of aConstrainingComposerfor candidates of typeC.classAbstractPostponingComposer<C extends Candidate,I extends CompositionComponent<C>,R extends Result,L extends CandidateConstraint<C>>classAbstractQueueingComposer<C extends Candidate,I extends CompositionComponent<C>,R extends Result,L extends CandidateConstraint<C>> -
Uses of CandidateConstraint in org.processmining.specpp.composition
Methods in org.processmining.specpp.composition that return types with arguments of type CandidateConstraint Modifier and Type Method Description Observable<CandidateConstraint<Place>>ConstrainingPlaceCollection. getConstraintPublisher()java.lang.Class<CandidateConstraint<Place>>ConstrainingPlaceCollection. getPublishedConstraintClass() -
Uses of CandidateConstraint in org.processmining.specpp.composition.composers
Fields in org.processmining.specpp.composition.composers with type parameters of type CandidateConstraint Modifier and Type Field Description protected EventSupervision<CandidateConstraint<Place>>ConstrainingFilteringPlaceComposer. constraintEventsMethods in org.processmining.specpp.composition.composers that return types with arguments of type CandidateConstraint Modifier and Type Method Description Observable<CandidateConstraint<Place>>ConstrainingFilteringPlaceComposer. getConstraintPublisher()java.lang.Class<CandidateConstraint<Place>>ConstrainingFilteringPlaceComposer. getPublishedConstraintClass()java.lang.Class<CandidateConstraint<Place>>DeltaComposer. getPublishedConstraintClass()java.lang.Class<CandidateConstraint<Place>>UniwiredComposer. getPublishedConstraintClass()Methods in org.processmining.specpp.composition.composers with parameters of type CandidateConstraint Modifier and Type Method Description protected voidConstrainingFilteringPlaceComposer. gotFiltered(Place place, CandidateConstraint<Place> constraint) -
Uses of CandidateConstraint in org.processmining.specpp.composition.composers.eventing
Methods in org.processmining.specpp.composition.composers.eventing with parameters of type CandidateConstraint Modifier and Type Method Description protected voidEventingAbsoluteFitnessFilter. gotFiltered(Place place, CandidateConstraint<Place> constraint)protected voidEventingAggregatedFitnessFilter. gotFiltered(Place place, CandidateConstraint<Place> constraint)protected voidEventingCombinedFitnessFilter. gotFiltered(Place place, CandidateConstraint<Place> constraint)protected voidEventingRelativeFitnessFilter. gotFiltered(Place place, CandidateConstraint<Place> constraint) -
Uses of CandidateConstraint in org.processmining.specpp.datastructures.tree.constraints
Subclasses of CandidateConstraint in org.processmining.specpp.datastructures.tree.constraints Modifier and Type Class Description classAddWiredPlaceclassClinicallyOverfedPlaceclassClinicallyUnderfedPlaceclassRemoveWiredPlaceclassWiredPlaceclassWiringConstraint -
Uses of CandidateConstraint in org.processmining.specpp.proposal
Methods in org.processmining.specpp.proposal that return types with arguments of type CandidateConstraint Modifier and Type Method Description java.lang.Class<CandidateConstraint<Place>>ConstrainablePlaceProposer. getAcceptedConstraintClass()Methods in org.processmining.specpp.proposal with parameters of type CandidateConstraint Modifier and Type Method Description voidConstrainablePlaceProposer. acceptConstraint(CandidateConstraint<Place> candidateConstraint)
-