Class BpmnFormula

java.lang.Object
org.tweetyproject.logics.bpm.syntax.BpmnFormula
All Implemented Interfaces:
Formula
Direct Known Subclasses:
BpmnElement

public class BpmnFormula extends Object implements Formula
A class to represent parts of a BPMN Model as a formula
Author:
Benedikt Knopp
  • Constructor Details

    • BpmnFormula

      public BpmnFormula()
  • Method Details

    • getSignature

      public Signature getSignature()
      Description copied from interface: Formula
      Returns the signature of the language of this formula.
      Specified by:
      getSignature in interface Formula
      Returns:
      the signature of the language of this formula.