Class BpmnNode
java.lang.Object
org.tweetyproject.logics.bpm.syntax.BpmnFormula
org.tweetyproject.logics.bpm.syntax.BpmnElement
org.tweetyproject.logics.bpm.syntax.BpmnNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn all directed edges that lead to this nodeReturn all directed edges leading away from this nodevoid
putIncomingEdge
(String edgeId, Edge<BpmnNode> edge) Add a new incoming edgevoid
putOutgoingEdge
(String edgeId, Edge<BpmnNode> edge) Add a new outgoing edgeMethods 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
-
BpmnNode
public BpmnNode()Create a new instance
-
-
Method Details
-
putIncomingEdge
-
putOutgoingEdge
-
getIncomingEdges
-
getOutgoingEdges
-