Changes:
- added better MXML parser
- performance improvements by relieving garbage collector and heap space
- enhanced data type recognition when parsing data attributes in MXML
- added log views with filters for different views on process logs
- enabled adding comments to logs when serializing them
- some minor bug fixes and changes
To add a dependency on SEWOL using Maven, use the following:
<dependency>
<groupId>de.uni.freiburg.iig.telematik</groupId>
<artifactId>SEWOL</artifactId>
<version>1.0.2</version>
</dependency>