Class TotalPassageCoveragePlaceRankConverter
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters.TotalPassageCoveragePlaceRankConverter
-
- All Implemented Interfaces:
java.util.function.Function<Place,java.lang.Double>,PlaceRankConverter
public class TotalPassageCoveragePlaceRankConverter extends java.lang.Object implements PlaceRankConverter
-
-
Constructor Summary
Constructors Constructor Description TotalPassageCoveragePlaceRankConverter(LEFRMatrix lefr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Doubleconvert(Place place)Convert a place into some double number that represents some property of the place that can be used for prioritizing it in building local process models-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters.PlaceRankConverter
apply
-
-
-
-
Constructor Detail
-
TotalPassageCoveragePlaceRankConverter
public TotalPassageCoveragePlaceRankConverter(LEFRMatrix lefr)
-
-
Method Detail
-
convert
public java.lang.Double convert(Place place)
Description copied from interface:PlaceRankConverterConvert a place into some double number that represents some property of the place that can be used for prioritizing it in building local process models- Specified by:
convertin interfacePlaceRankConverter- Parameters:
place- the place whose property we want to extract- Returns:
- value that represents the importance of the place when a certain property is considered
-
-