Class TransitionCountPlaceRankConverter

  • All Implemented Interfaces:
    java.util.function.Function<Place,​java.lang.Double>, PlaceRankConverter

    public class TransitionCountPlaceRankConverter
    extends java.lang.Object
    implements PlaceRankConverter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double convert​(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 java.util.function.Function

        andThen, compose
      • Methods inherited from interface org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters.PlaceRankConverter

        apply
    • Constructor Detail

      • TransitionCountPlaceRankConverter

        public TransitionCountPlaceRankConverter()
    • Method Detail

      • convert

        public java.lang.Double convert​(Place place)
        Extracts the number of transitions a place contains
        Specified by:
        convert in interface PlaceRankConverter
        Parameters:
        place - the place whose property we want to extract
        Returns:
        the number of transitions connected with the place