Class MainPlaceChooser
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.placechooser.MainPlaceChooser
-
- All Implemented Interfaces:
PlaceChooser
public class MainPlaceChooser extends java.lang.Object implements PlaceChooser
-
-
Constructor Summary
Constructors Constructor Description MainPlaceChooser(org.deckfour.xes.model.XLog log, PlaceChooserParameters placeChooserParameters, LEFRMatrix lefr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Place>choose(java.util.Set<Place> places, int count)
-
-
-
Constructor Detail
-
MainPlaceChooser
public MainPlaceChooser(org.deckfour.xes.model.XLog log, PlaceChooserParameters placeChooserParameters, LEFRMatrix lefr)
-
-
Method Detail
-
choose
public java.util.Set<Place> choose(java.util.Set<Place> places, int count)
- Specified by:
choosein interfacePlaceChooser
-
-