You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alf is an action language for UML developed in response to the OMG <em>Concrete
5
5
Syntax for a UML Action Language</em> Request for Proposals. The Alf specification
6
6
document can be found at http://www.omg.org/spec/ALF. (See also http://solitaire.omg.org/issues/task-force/ALF11
7
7
for the list of open issues currently being addressed by the Alf 1.1 Revision Task Force.)
8
8
9
-
This implementation is based on the Alf 1.0.1 specification. It compiles Alf source text to the executable
9
+
The current base release, [v1.0.0a](https://github.com/ModelDriven/Alf-Reference-Implementation/releases/tag/v1.0.0a),
10
+
is based on the Alf 1.0.1 specification. It compiles Alf source text to the executable
10
11
Foundational UML (fUML) subset of UML. The compilation can target either of two fUML execution engine implementations:
11
12
12
13
* The fUML Reference Implementation execution engine (see http://fuml.modeldriven.org), [v1.2.0](https://github.com/ModelDriven/fUML-Reference-Implementation/releases/tag/v1.2.0)
@@ -17,8 +18,8 @@ Foundational UML (fUML) subset of UML. The compilation can target either of two
17
18
The implementation handles the full Alf syntax at the Extended compliance level, as given in Annex C Consolidated
18
19
LL Grammar of the Alf Specification.
19
20
20
-
Static semantic checking is directly based on validating the constraints defined in Part III of the Alf Specification.
21
-
However, as errors were discovered in these definitions, or inconsistencies with the descriptions in Part II were identified,
21
+
Static semantic checking is directly based on validating the constraints defined in the abstract syntax of the Alf Specification.
22
+
However, as errors were discovered in these definitions, or inconsistencies with corresponding feature descriptions were identified,
22
23
these were corrected in the implementation. All such issues have either been corrected in the latest version of the specification
23
24
or have been reported to the Alf Revision Task Force for correction in a future version.
0 commit comments