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