Class BpmnElement
java.lang.Object
org.tweetyproject.logics.bpm.syntax.BpmnFormula
org.tweetyproject.logics.bpm.syntax.BpmnElement
- All Implemented Interfaces:
Formula
A class to represent elements of a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tweetyproject.logics.bpm.syntax.BpmnFormula
getSignature
-
Constructor Details
-
BpmnElement
public BpmnElement()Create a new BPMN element
-
-
Method Details
-
setId
set the element's ID- Parameters:
id
- the unique element identifier
-
setName
set the element's name- Parameters:
name
- the element's name
-
getId
retrieve the element's ID- Returns:
- the unique element identifier
-
getName
retrieve the element's name- Returns:
- the element's name
-