pm4py.objects.log package#

PM4Py – A Process Mining Library for Python

Copyright (C) 2024 Process Intelligence Solutions UG (haftungsbeschränkt)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see this software project’s root or visit <https://www.gnu.org/licenses/>.

Website: https://processintelligence.solutions Contact: info@processintelligence.solutions

Subpackages#

Submodules#

pm4py.objects.log.obj module#

PM4Py – A Process Mining Library for Python

Copyright (C) 2024 Process Intelligence Solutions UG (haftungsbeschränkt)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see this software project’s root or visit <https://www.gnu.org/licenses/>.

Website: https://processintelligence.solutions Contact: info@processintelligence.solutions

class pm4py.objects.log.obj.XESExtension(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

ArtifactLifecycle = ('ArtifactLifecycle', 'artifactlifecycle', 'http://www.xes-standard.org/artifactlifecycle.xesext')#
Concept = ('Concept', 'concept', 'http://www.xes-standard.org/concept.xesext')#
Cost = ('Cost', 'cost', 'http://www.xes-standard.org/cost.xesext')#
Identity = ('Identity', 'identity', 'http://www.xes-standard.org/identity.xesext')#
Lifecycle = ('Lifecycle', 'lifecycle', 'http://www.xes-standard.org/lifecycle.xesext')#
Micro = ('Micro', 'micro', 'http://www.xes-standard.org/micro.xesext')#
Organizational = ('Organizational', 'org', 'http://www.xes-standard.org/org.xesext')#
Semantic = ('Semantic', 'semantic', 'http://www.xes-standard.org/semantic.xesext')#
SoftwareCommunication = ('Software Communication', 'swcomm', 'http://www.xes-standard.org/swcomm.xesext')#
SoftwareEvent = ('Software Event', 'swevent', 'http://www.xes-standard.org/swevent.xesext')#
SoftwareTelemetry = ('Software Telemetry', 'swtelemetry', 'http://www.xes-standard.org/swtelemetry.xesext')#
Time = ('Time', 'time', 'http://www.xes-standard.org/time.xesext')#
property name#
property prefix#
property uri#
class pm4py.objects.log.obj.Event(*args, **kw)[source]#

Bases: Mapping

class pm4py.objects.log.obj.EventStream(*args, **kwargs)[source]#

Bases: Sequence

index(value[, start[, stop]]) integer -- return first index of value.[source]#

Raises ValueError if the value is not present.

Supporting start and stop arguments is optional, but recommended.

count(value) integer -- return number of occurrences of value[source]#
append(x)[source]#
property attributes#
property extensions#
property omni_present#
property classifiers#
property properties#
class pm4py.objects.log.obj.Trace(*args, **kwargs)[source]#

Bases: Sequence

index(value[, start[, stop]]) integer -- return first index of value.[source]#

Raises ValueError if the value is not present.

Supporting start and stop arguments is optional, but recommended.

count(value) integer -- return number of occurrences of value[source]#
insert(i, x)[source]#
append(x)[source]#
property attributes#
property properties#
class pm4py.objects.log.obj.EventLog(*args, **kwargs)[source]#

Bases: EventStream