Class Gateway
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
- Direct Known Subclasses:
ExclusiveGateway
,InclusiveGateway
A class to represent gateways of all kinds 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
-
Gateway
public Gateway()Create a new instance
-