Class Example

java.lang.Object
org.tweetyproject.logics.bpm.examples.Example

public class Example extends Object
Visualize inconsistency analysis for some BPMN models
Author:
Benedikt Knopp
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Specify BPMN models for which the functionalities of inconsistency analysis are to be visualized

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Example

      public Example()
  • Method Details