Uses of Interface
org.processmining.placebasedlpmdiscovery.model.exporting.exporters.Exporter
-
-
Uses of Exporter in org.processmining.placebasedlpmdiscovery.lpmdiscovery.results
Methods in org.processmining.placebasedlpmdiscovery.lpmdiscovery.results with parameters of type Exporter Modifier and Type Method Description voidFromFileLPMDiscoveryResult. export(Exporter<LPMDiscoveryResult> exporter, java.io.OutputStream os) -
Uses of Exporter in org.processmining.placebasedlpmdiscovery.model.discovery
Methods in org.processmining.placebasedlpmdiscovery.model.discovery with parameters of type Exporter Modifier and Type Method Description voidStandardLPMDiscoveryResult. export(Exporter<LPMDiscoveryResult> exporter, java.io.OutputStream os) -
Uses of Exporter in org.processmining.placebasedlpmdiscovery.model.exporting
Methods in org.processmining.placebasedlpmdiscovery.model.exporting with parameters of type Exporter Modifier and Type Method Description voidExportable. export(Exporter<T> exporter, java.io.OutputStream os) -
Uses of Exporter in org.processmining.placebasedlpmdiscovery.model.exporting.exporters
Classes in org.processmining.placebasedlpmdiscovery.model.exporting.exporters that implement Exporter Modifier and Type Class Description classJsonExporter<T>Methods in org.processmining.placebasedlpmdiscovery.model.exporting.exporters that return Exporter Modifier and Type Method Description static Exporter<LPMDiscoveryResult>ExporterFactory. createLPMDiscoveryResultExporter()static Exporter<PlaceSet>ExporterFactory. createPlaceSetJsonExporter() -
Uses of Exporter in org.processmining.placebasedlpmdiscovery.model.inout
Methods in org.processmining.placebasedlpmdiscovery.model.inout with parameters of type Exporter Modifier and Type Method Description voidTwoStandardLPMDiscoveryResults. export(Exporter<LPMDiscoveryResult> exporter, java.io.OutputStream os) -
Uses of Exporter in org.processmining.placebasedlpmdiscovery.model.serializable
Methods in org.processmining.placebasedlpmdiscovery.model.serializable with parameters of type Exporter Modifier and Type Method Description voidLPMResult. export(Exporter<LPMDiscoveryResult> exporter, java.io.OutputStream os)voidPlaceSet. export(Exporter<PlaceSet> exporter, java.io.OutputStream os)
-