Skip to content
Snippets Groups Projects
Commit 98e31c93 authored by tfli's avatar tfli
Browse files

Added calculating score based on flags in flow

parent 58613e35
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ Loop: ...@@ -140,6 +140,7 @@ Loop:
Flow: Flow:
'Flow' name=ID 'for' bpmnReference=BPMNReference 'Flow' name=ID 'for' bpmnReference=BPMNReference
('with' 'flag' ASSOCIATION flag=Flag)? ('with' 'flag' ASSOCIATION flag=Flag)?
('with' 'score' ASSOCIATION score=INT)?
'with' 'elements' ASSOCIATION LIST_OPEN (inclElements+=FlowElementReference (SEPARATOR inclElements+=FlowElementReference )*)? LIST_CLOSED 'with' 'elements' ASSOCIATION LIST_OPEN (inclElements+=FlowElementReference (SEPARATOR inclElements+=FlowElementReference )*)? LIST_CLOSED
('without' 'elements' ASSOCIATION LIST_OPEN (exclElements+=FlowElementReference (SEPARATOR exclElements+=FlowElementReference)*)? LIST_CLOSED)? ('without' 'elements' ASSOCIATION LIST_OPEN (exclElements+=FlowElementReference (SEPARATOR exclElements+=FlowElementReference)*)? LIST_CLOSED)?
DECLARATION_FINISHED; DECLARATION_FINISHED;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment