Class NonEmptyIOTransitionSetPlacePredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<Place>, PlacePredicate

    public class NonEmptyIOTransitionSetPlacePredicate
    extends java.lang.Object
    implements PlacePredicate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean testPlace​(Place place)
      Checks for empty input or output transition set
      • 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.placepredicates.PlacePredicate

        test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • NonEmptyIOTransitionSetPlacePredicate

        public NonEmptyIOTransitionSetPlacePredicate()
    • Method Detail

      • testPlace

        public boolean testPlace​(Place place)
        Checks for empty input or output transition set
        Specified by:
        testPlace in interface PlacePredicate
        Parameters:
        place - that we want to check for filtering
        Returns:
        false when the input or output transition set is empty, true otherwise