Package net.sf.tweety.logics.bpm.syntax
Class BpmnFormula
- java.lang.Object
-
- net.sf.tweety.logics.bpm.syntax.BpmnFormula
-
- All Implemented Interfaces:
Formula
- Direct Known Subclasses:
BpmnElement
public class BpmnFormula extends java.lang.Object implements Formula
- Author:
- Benedikt Knopp
-
-
Constructor Summary
Constructors Constructor Description BpmnFormula()
-
Method Summary
Modifier and Type Method Description Signature
getSignature()
Returns the signature of the language of this formula.
-
-
-
Method Detail
-
getSignature
public Signature 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.
-
-