DOC

de.uni.freiburg.iig.telematik : SEWOL

Maven & Gradle

Jan 22, 2016
1 usages
0 stars

SEWOL: Security-oriented Workflow Lib · SEWOL provides support for the handling of workflow traces. Specifically it allows to specify the shape and content of process traces in terms of entries representing the execution of a specific workflow activity. SEWOL also allows to write these traces on disk as a log file with the help of a special file writer for process logs. Currently it supports plain text, Petrify, MXML and XES log file types. In order to specify security-related context information, SEWOL provides access control models such as access control lists (ACL) and role-based access control models (RBAC). All types of models can be conveniently edited with the help of appropriate dialogs.

Table Of Contents

Latest Version

Download de.uni.freiburg.iig.telematik : SEWOL Javadoc & API Documentation - Latest Versions:

All Versions

Download de.uni.freiburg.iig.telematik : SEWOL Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file SEWOL-1.0.2-javadoc.jar to SEWOL-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder SEWOL-1.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "SEWOL-1.0.2-sources.jar" -d "SEWOL-1.0.2-javadoc" -subpackages 

Advertisement