Class PlaceExporter
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.postprocessing.PlaceExporter
-
- All Implemented Interfaces:
java.util.function.Function<CollectionOfPlaces,CollectionOfPlaces>,PostProcessor<CollectionOfPlaces,CollectionOfPlaces>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,CollectionOfPlacesPostProcessor
public class PlaceExporter extends AbstractGlobalComponentSystemUser implements CollectionOfPlacesPostProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlaceExporter.Builder
-
Constructor Summary
Constructors Constructor Description PlaceExporter(OutputPathParameters outputPathParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionOfPlacespostProcess(CollectionOfPlaces result)-
Methods inherited from class org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
globalComponentSystem, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
getComponentCollection
-
-
-
-
Constructor Detail
-
PlaceExporter
public PlaceExporter(OutputPathParameters outputPathParameters)
-
-
Method Detail
-
postProcess
public CollectionOfPlaces postProcess(CollectionOfPlaces result)
- Specified by:
postProcessin interfacePostProcessor<CollectionOfPlaces,CollectionOfPlaces>
-
-