Class SelfLoopPlaceMerger
- java.lang.Object
-
- org.processmining.specpp.postprocessing.SelfLoopPlaceMerger
-
- All Implemented Interfaces:
java.util.function.Function<CollectionOfPlaces,CollectionOfPlaces>,PostProcessor<CollectionOfPlaces,CollectionOfPlaces>,CollectionOfPlacesPostProcessor
public class SelfLoopPlaceMerger extends java.lang.Object implements CollectionOfPlacesPostProcessor
-
-
Constructor Summary
Constructors Constructor Description SelfLoopPlaceMerger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionOfPlacespostProcess(CollectionOfPlaces input)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.postprocessing.CollectionOfPlacesPostProcessor
getInputClass, getOutputClass
-
Methods inherited from interface org.processmining.specpp.base.PostProcessor
apply, getLabel
-
-
-
-
Method Detail
-
postProcess
public CollectionOfPlaces postProcess(CollectionOfPlaces input)
- Specified by:
postProcessin interfacePostProcessor<CollectionOfPlaces,CollectionOfPlaces>
-
-