Package org.processmining.specpp.base
Interface Proposer<C extends Candidate>
-
- Type Parameters:
C- type of candidate that this proposer proposes
- All Superinterfaces:
java.util.function.Supplier<C>
- All Known Subinterfaces:
ConstrainableProposer<C,L>,ProposerComponent<C>
- All Known Implementing Classes:
AbstractEfficientTreeBasedProposer,ConstrainablePlaceProposer,EfficientTreeWithExternalizedLogicBasedProposer,InstrumentedProposer,PlaceProposer,RestartablePlaceProposer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Proposer<C extends Candidate> extends java.util.function.Supplier<C>This is the base interface of a candidate proposer. It extends the supplier interface as it has the same functionality.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Cget()CproposeCandidate()
-