Class NonSelfLoopPlacePredicate
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.placechooser.placepredicates.NonSelfLoopPlacePredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<Place>,PlacePredicate
public class NonSelfLoopPlacePredicate extends java.lang.Object implements PlacePredicate
-
-
Constructor Summary
Constructors Constructor Description NonSelfLoopPlacePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantestPlace(Place place)Checks if all input or output transitions are self-loops-
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
-
-
-
-
Method Detail
-
testPlace
public boolean testPlace(Place place)
Checks if all input or output transitions are self-loops- Specified by:
testPlacein interfacePlacePredicate- Parameters:
place- that we want to check for filtering- Returns:
- false if all input or output transitions are self-loops, true otherwise
-
-