Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
8ae9a6d9
Commit
8ae9a6d9
authored
Feb 16, 2013
by
yoogx
Browse files
* Allow subprogram group as subcomponent of subprogram group,
part of AADLv2.1 legality rules Fixes for
#6
parent
29f443c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/model/ocarina-analyzer-aadl-legality_rules.adb
View file @
8ae9a6d9
...
...
@@ -721,7 +721,8 @@ package body Ocarina.Analyzer.AADL.Legality_Rules is
when
CC_Subprogram_Group
=>
case
Subcomponent_Categ
is
when
CC_Subprogram
=>
OK
:=
True
;
when
CC_Subprogram
|
CC_Subprogram_Group
=>
OK
:=
True
;
when
others
=>
OK
:=
False
;
end
case
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment