Class StartEvent
java.lang.Object
org.tweetyproject.logics.bpm.syntax.BpmnFormula
org.tweetyproject.logics.bpm.syntax.BpmnElement
org.tweetyproject.logics.bpm.syntax.BpmnNode
org.tweetyproject.logics.bpm.syntax.Event
org.tweetyproject.logics.bpm.syntax.StartEvent
A class to represent the starting events of a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Summary
-
Method Summary
Methods inherited from class org.tweetyproject.logics.bpm.syntax.BpmnNode
getIncomingEdges, getOutgoingEdges, putIncomingEdge, putOutgoingEdge
Methods inherited from class org.tweetyproject.logics.bpm.syntax.BpmnElement
getId, getName, setId, setName
Methods inherited from class org.tweetyproject.logics.bpm.syntax.BpmnFormula
getSignature
-
Constructor Details
-
StartEvent
public StartEvent()Create a new instance
-