Class TotalPassageCoveragePlaceRankConverter

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

    public class TotalPassageCoveragePlaceRankConverter
    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)
      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 java.util.function.Function

        andThen, compose
      • 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: PlaceRankConverter
        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
        Specified by:
        convert in interface PlaceRankConverter
        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