.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements_dev.txt
setup.cfg
setup.py
tox.ini
travis_pypi_setup.py
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/opyenxes.classification.rst
docs/opyenxes.data_in.rst
docs/opyenxes.data_out.rst
docs/opyenxes.extension.rst
docs/opyenxes.extension.std.rst
docs/opyenxes.factory.rst
docs/opyenxes.id.rst
docs/opyenxes.info.rst
docs/opyenxes.log.rst
docs/opyenxes.model.rst
docs/opyenxes.rst
docs/opyenxes.utils.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
example/AlphaAlgorithm.py
example/Anonymize_a_log.py
example/Cluster_a_log.py
example/Create_random_log.py
example/Csv_to_xes_file.py
example/Number_of_activity_done_by_people.py
example/Parse_log_with_new_extension.py
example/filter_compress_log.py
example/xes_file/New_cluster_log_0.xes
example/xes_file/New_cluster_log_1.xes
example/xes_file/csv_file.csv
example/xes_file/csv_log_in_xes_format.xes
example/xes_file/example_compress_log.xes.gz
example/xes_file/example_with_new_extension.xes
example/xes_file/general_example.xes
example/xes_file/general_example_anonymous.xes
example/xes_file/log_to_cluster.xes
example/xes_file/meta_general.xesext.xml
example/xes_file/new_filter_and_compress_log.xes.gz
example/xes_file/random_log.xes
src/opyenxes/__init__.py
src/opyenxes/cli.py
src/opyenxes.egg-info/PKG-INFO
src/opyenxes.egg-info/SOURCES.txt
src/opyenxes.egg-info/dependency_links.txt
src/opyenxes.egg-info/entry_points.txt
src/opyenxes.egg-info/not-zip-safe
src/opyenxes.egg-info/requires.txt
src/opyenxes.egg-info/top_level.txt
src/opyenxes/classification/XEventAndClassifier.py
src/opyenxes/classification/XEventAttributeClassifier.py
src/opyenxes/classification/XEventClass.py
src/opyenxes/classification/XEventClasses.py
src/opyenxes/classification/XEventLifeTransClassifier.py
src/opyenxes/classification/XEventNameClassifier.py
src/opyenxes/classification/XEventResourceClassifier.py
src/opyenxes/classification/__init__.py
src/opyenxes/data_in/XMxmlGZIPParser.py
src/opyenxes/data_in/XMxmlParser.py
src/opyenxes/data_in/XParserRegistry.py
src/opyenxes/data_in/XUniversalParser.py
src/opyenxes/data_in/XesXmlGZIPParser.py
src/opyenxes/data_in/XesXmlParser.py
src/opyenxes/data_in/__init__.py
src/opyenxes/data_out/XMxmlGZIPSerializer.py
src/opyenxes/data_out/XMxmlSerializer.py
src/opyenxes/data_out/XSerializerRegistry.py
src/opyenxes/data_out/XesXmlGZIPSerializer.py
src/opyenxes/data_out/XesXmlSerializer.py
src/opyenxes/data_out/__init__.py
src/opyenxes/extension/XExtension.py
src/opyenxes/extension/XExtensionManager.py
src/opyenxes/extension/XExtensionParser.py
src/opyenxes/extension/__init__.py
src/opyenxes/extension/std/XAbstractNestedAttributeSupport.py
src/opyenxes/extension/std/XConceptExtension.py
src/opyenxes/extension/std/XCostExtension.py
src/opyenxes/extension/std/XExtendedEvent.py
src/opyenxes/extension/std/XIdentityExtension.py
src/opyenxes/extension/std/XLifecycleExtension.py
src/opyenxes/extension/std/XMicroExtension.py
src/opyenxes/extension/std/XOrganizationalExtension.py
src/opyenxes/extension/std/XSemanticExtension.py
src/opyenxes/extension/std/XTimeExtension.py
src/opyenxes/extension/std/__init__.py
src/opyenxes/factory/XFactory.py
src/opyenxes/factory/XFactoryRegistry.py
src/opyenxes/factory/__init__.py
src/opyenxes/id/XID.py
src/opyenxes/id/XIDFactory.py
src/opyenxes/id/__init__.py
src/opyenxes/info/XAttributeInfo.py
src/opyenxes/info/XAttributeNameMap.py
src/opyenxes/info/XGlobalAttributeNameMap.py
src/opyenxes/info/XLogInfo.py
src/opyenxes/info/XLogInfoFactory.py
src/opyenxes/info/XTimeBounds.py
src/opyenxes/info/__init__.py
src/opyenxes/log/XLogging.py
src/opyenxes/log/XStdoutLoggingListener.py
src/opyenxes/log/__init__.py
src/opyenxes/model/XAttributable.py
src/opyenxes/model/XAttribute.py
src/opyenxes/model/XAttributeBoolean.py
src/opyenxes/model/XAttributeCollection.py
src/opyenxes/model/XAttributeContainer.py
src/opyenxes/model/XAttributeContinuous.py
src/opyenxes/model/XAttributeDiscrete.py
src/opyenxes/model/XAttributeID.py
src/opyenxes/model/XAttributeList.py
src/opyenxes/model/XAttributeLiteral.py
src/opyenxes/model/XAttributeMap.py
src/opyenxes/model/XAttributeTimestamp.py
src/opyenxes/model/XElement.py
src/opyenxes/model/XEvent.py
src/opyenxes/model/XLog.py
src/opyenxes/model/XTrace.py
src/opyenxes/model/__init__.py
src/opyenxes/utils/CompareUtils.py
src/opyenxes/utils/SingletonClassGenerator.py
src/opyenxes/utils/XAttributeUtils.py
src/opyenxes/utils/XRegistry.py
src/opyenxes/utils/XRuntimeUtils.py
src/opyenxes/utils/XTimer.py
src/opyenxes/utils/XTokenHelper.py
src/opyenxes/utils/XsDateTimeConversion.py
src/opyenxes/utils/__init__.py
tests/__init__.py
tests/test_opyenxes.py
tests/data_in/__init__.py
tests/data_in/test_XesXmlParser.py
tests/extension/__init__.py
tests/extension/test_XExtension.py
tests/extension/test_XExtensionManager.py
tests/extension/test_XExtensionParser.py
tests/extension/std/__init__.py
tests/extension/std/test_XConceptExtension.py