Class ExclusiveGateway
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.Gateway
org.tweetyproject.logics.bpm.syntax.ExclusiveGateway
A class to represent exclusive gateways in a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Summary
Constructors -
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
-
ExclusiveGateway
public ExclusiveGateway()Create a new instance
-