Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
8ae9a6d9
Commit
8ae9a6d9
authored
Feb 16, 2013
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 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
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/core/model/ocarina-analyzer-aadl-legality_rules.adb
src/core/model/ocarina-analyzer-aadl-legality_rules.adb
+2
-1
No files found.
src/core/model/ocarina-analyzer-aadl-legality_rules.adb
View file @
8ae9a6d9
...
@@ -721,7 +721,8 @@ package body Ocarina.Analyzer.AADL.Legality_Rules is
...
@@ -721,7 +721,8 @@ package body Ocarina.Analyzer.AADL.Legality_Rules is
when
CC_Subprogram_Group
=>
when
CC_Subprogram_Group
=>
case
Subcomponent_Categ
is
case
Subcomponent_Categ
is
when
CC_Subprogram
=>
OK
:=
True
;
when
CC_Subprogram
|
CC_Subprogram_Group
=>
OK
:=
True
;
when
others
=>
OK
:=
False
;
when
others
=>
OK
:=
False
;
end
case
;
end
case
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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