pm4py.visualization.sna.variants package¶
Submodules¶
pm4py.visualization.sna.variants.networkx 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/>.
-
class
pm4py.visualization.sna.variants.networkx.Parameters[source]¶ Bases:
enum.EnumAn enumeration.
-
FORMAT= 'format'¶
-
WEIGHT_THRESHOLD= 'weight_threshold'¶
-
-
pm4py.visualization.sna.variants.networkx.apply(metric_values, parameters=None)[source]¶ Perform SNA visualization starting from the Matrix Container object and the Resource-Resource matrix
Parameters: metric_values – Value of the metrics
parameters –
- Possible parameters of the algorithm, including:
- Parameters.WEIGHT_THRESHOLD -> the weight threshold to use in displaying the graph
- Parameters.FORMAT -> format of the output image (png, svg …)
Returns: Name of a temporary file where the visualization is placed
Return type: temp_file_name
-
pm4py.visualization.sna.variants.networkx.get_temp_file_name(format)[source]¶ Gets a temporary file name for the image
Parameters: format – Format of the target image
-
pm4py.visualization.sna.variants.networkx.save(temp_file_name, dest_file, parameters=None)[source]¶ Save the SNA visualization from a temporary file to a well-defined destination file
Parameters: - temp_file_name – Temporary file name
- dest_file – Destination file
- parameters – Possible parameters of the algorithm
pm4py.visualization.sna.variants.pyvis 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/>.
-
class
pm4py.visualization.sna.variants.pyvis.Parameters[source]¶ Bases:
enum.EnumAn enumeration.
-
WEIGHT_THRESHOLD= 'weight_threshold'¶
-
-
pm4py.visualization.sna.variants.pyvis.apply(metric_values, parameters=None)[source]¶ Perform SNA visualization starting from the Matrix Container object and the Resource-Resource matrix
Parameters: metric_values – Value of the metrics
parameters –
- Possible parameters of the algorithm, including:
- Parameters.WEIGHT_THRESHOLD -> the weight threshold to use in displaying the graph
Returns: Name of a temporary file where the visualization is placed
Return type: temp_file_name
-
pm4py.visualization.sna.variants.pyvis.get_temp_file_name(format)[source]¶ Gets a temporary file name for the image
Parameters: format – Format of the target image
-
pm4py.visualization.sna.variants.pyvis.save(temp_file_name, dest_file, parameters=None)[source]¶ Save the SNA visualization from a temporary file to a well-defined destination file
Parameters: - temp_file_name – Temporary file name
- dest_file – Destination file
- parameters – Possible parameters of the algorithm
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/>.