Class InclusiveGateway
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.InclusiveGateway
A class to represent inclusive gateways in 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
-
InclusiveGateway
public InclusiveGateway()Create a new instance
-