pm4py.objects.log package#

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/>.

Subpackages#

Submodules#

pm4py.objects.log.obj 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.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