Class TransitionCountPlaceRankConverter
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters.TransitionCountPlaceRankConverter
-
- All Implemented Interfaces:
java.util.function.Function<Place,java.lang.Double>,PlaceRankConverter
public class TransitionCountPlaceRankConverter extends java.lang.Object implements PlaceRankConverter
-
-
Constructor Summary
Constructors Constructor Description TransitionCountPlaceRankConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Doubleconvert(Place place)Extracts the number of transitions a place contains-
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
-
-
-
-
Method Detail
-
convert
public java.lang.Double convert(Place place)
Extracts the number of transitions a place contains- Specified by:
convertin interfacePlaceRankConverter- Parameters:
place- the place whose property we want to extract- Returns:
- the number of transitions connected with the place
-
-