Class BufferedBpmnEdge
java.lang.Object
org.tweetyproject.logics.bpm.parser.xml_to_bpmn.BufferedBpmnEdge
This is a helper class for parsing edges in a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the flow typegetId()
Return the unique identifiergetName()
Return the (optional) edge labelReturn the id of the source nodeReturn the id of the target nodevoid
setFlowType
(String flowType) Setter for FlowTypevoid
Setter for idvoid
Setter for namevoid
setSourceRef
(String sourceRef) Setter for SourceRefvoid
setTargetRef
(String targetRef) Setter for Target
-
Constructor Details
-
BufferedBpmnEdge
public BufferedBpmnEdge()create a new instance
-
-
Method Details
-
getId
-
getName
-
getSourceRef
-
getTargetRef
-
getFlowType
-
setId
-
setName
-
setSourceRef
Setter for SourceRef- Parameters:
sourceRef
- the id of the source node
-
setTargetRef
Setter for Target- Parameters:
targetRef
- the id of the target node
-
setFlowType
Setter for FlowType- Parameters:
flowType
- one of "sequence", "message"
-