Class BpmnFormula
- java.lang.Object
-
- org.tweetyproject.logics.bpm.syntax.BpmnFormula
-
- All Implemented Interfaces:
Formula
- Direct Known Subclasses:
BpmnElement
public class BpmnFormula extends java.lang.Object implements Formula
A class to represent parts of a BPMN Model as a formula- Author:
- Benedikt Knopp
-
-
Constructor Summary
Constructors Constructor Description BpmnFormula()
-
Method Summary
Modifier and Type Method Description SignaturegetSignature()Returns the signature of the language of this formula.
-
-
-
Method Detail
-
getSignature
public Signature getSignature()
Description copied from interface:FormulaReturns the signature of the language of this formula.- Specified by:
getSignaturein interfaceFormula- Returns:
- the signature of the language of this formula.
-
-