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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setFlowType
(String flowType) void
void
void
setSourceRef
(String sourceRef) void
setTargetRef
(String targetRef)
-
Constructor Details
-
BufferedBpmnEdge
public BufferedBpmnEdge()create a new instance
-
-
Method Details
-
getId
- Returns:
- the unique identifier
-
getName
- Returns:
- the (optional) edge label
-
getSourceRef
- Returns:
- the id of the source node
-
getTargetRef
- Returns:
- the id of the target node
-
getFlowType
- Returns:
- the flow type
-
setId
- Parameters:
id
- the unique identifier
-
setName
- Parameters:
name
- the (optional) edge label
-
setSourceRef
- Parameters:
sourceRef
- the id of the source node
-
setTargetRef
- Parameters:
targetRef
- the id of the target node
-
setFlowType
- Parameters:
flowType
- one of "sequence", "message"
-