pm4py.objects.dcr.exporter package#

Subpackages#

Submodules#

pm4py.objects.dcr.exporter.exporter module#

class pm4py.objects.dcr.exporter.exporter.Variants(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

XML_SIMPLE = <module 'pm4py.objects.dcr.exporter.variants.xml_simple' from '/home/vco/Projects/pm4py-dcr4py/pm4py/objects/dcr/exporter/variants/xml_simple.py'>#
XML_DCR_PORTAL = <module 'pm4py.objects.dcr.exporter.variants.xml_dcr_portal' from '/home/vco/Projects/pm4py-dcr4py/pm4py/objects/dcr/exporter/variants/xml_dcr_portal.py'>#
DCR_JS_PORTAL = <module 'pm4py.objects.dcr.exporter.variants.dcr_js_portal' from '/home/vco/Projects/pm4py-dcr4py/pm4py/objects/dcr/exporter/variants/dcr_js_portal.py'>#
pm4py.objects.dcr.exporter.exporter.apply(dcr_graph, path, variant=Variants.XML_SIMPLE, **parameters)[source]#

Writes a DCR graph object to file.

Parameters#

dcr_graph

DCR graph object

path

Path to the file

variant
Variant of the exporter to use:
  • XML_SIMPLE

  • XML_DCR_PORTAL

  • DCR_JS_PORTAL

parameters

Algorithm related params white_space_replacement: a character

Module contents#