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
d48cf8be
Commit
d48cf8be
authored
Oct 25, 2017
by
Sudeep Kanav
Browse files
YELLOW
parent
0da07e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.state/trunk/src/org/fortiss/af3/state/generator/nusmv/FlattenStructureExpression.java
View file @
d48cf8be
...
...
@@ -41,10 +41,9 @@ import org.fortiss.pragmatictransformation.service.IPragmaticTransformation;
* @author kanav
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
RED
Hash:
DF557323DC92D46BA2F208C4C9A04B6E
* @ConQAT.Rating
YELLOW
Hash:
6BE50161E3181D78B7AD851BE4685C5A
*/
// TODO 8044 Not happy with this at all. To revisit after iterative transformation is fixed.
@SuppressWarnings
(
"javadoc"
)
public
class
FlattenStructureExpression
extends
CacheSupportedTransformationBase
{
/** {@inheritDoc} */
...
...
@@ -80,6 +79,7 @@ public class FlattenStructureExpression extends CacheSupportedTransformationBase
return
null
;
}
/** Check if the the action value is of {@link Structure} type or not. */
private
boolean
checkStructureAssignment
(
Action
a
)
{
return
(
getTypeDefinition
(
a
.
getValue
(),
a
.
getValue
())
instanceof
Structure
);
}
...
...
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