Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
6ef07323
Commit
6ef07323
authored
Oct 26, 2017
by
Sudeep Kanav
Browse files
changes for review comments in OCRA
refs 3090
parent
0b4f3f58
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.specification/trunk/src/org/fortiss/af3/specification/modelchecking/af3tonusmv/OCRAAnalysis.java
View file @
6ef07323
...
...
@@ -79,6 +79,10 @@ public class OCRAAnalysis {
NuSMVResult
res
=
OCRARunner
.
checkContractComposition
(
mca
.
getTransformedComponent
(),
mca
.
getTransformedContract
(
con
));
if
(
res
==
null
)
{
System
.
out
.
println
(
"OCRA Result is null;"
);
return
null
;
}
return
mca
.
constructResult
(
res
);
}
...
...
Write
Preview
Supports
Markdown
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