pm4py.objects.petri_net.importer.variants package¶
Submodules¶
pm4py.objects.petri_net.importer.variants.pnml module¶
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
PM4Py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PM4Py is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
-
pm4py.objects.petri_net.importer.variants.pnml.import_net(input_file_path, parameters=None)[source]¶ Import a Petri net from a PNML file
Parameters: - input_file_path – Input file path
- parameters – Other parameters of the algorithm
Returns: - net – Petri net
- im – Initial marking
- fm – Final marking
-
pm4py.objects.petri_net.importer.variants.pnml.import_net_from_string(petri_string, parameters=None)[source]¶ Imports a Petri net from a string
Parameters: - petri_string – (Binary) string representing the Petri net
- parameters – Parameters of the algorithm
Returns: - net – Petri net
- im – Initial marking
- fm – Final marking
-
pm4py.objects.petri_net.importer.variants.pnml.import_net_from_xml_object(root, parameters=None)[source]¶ Import a Petri net from an etree XML object
Parameters: - root – Root object of the XML
- parameters – Other parameters of the algorithm
-
pm4py.objects.petri_net.importer.variants.pnml.import_petri_from_string(petri_string, parameters=None)[source]¶ Import a Petri net from a string
Parameters: - petri_string – Petri net expressed as PNML string
- parameters – Other parameters of the algorithm
Deprecated since version 2.1.1: This will be removed in 3.0. Use the entrypoint import_from_string method
Module contents¶
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
PM4Py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PM4Py is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PM4Py. If not, see <https://www.gnu.org/licenses/>.