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
Copy file name to clipboardExpand all lines: tutorial/ModelFields.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Model fields:
17
17
in an interface (or class) using the modifier `instance`. As the (Java) default is `static` for field declarations, the `instance` keyword is required in this case.
18
18
19
19
Datagroups:
20
-
* A model field is also a _datagroup_; or a standalone datagroup (not associated with an abstract value) can be declared using the type `JMLDataGroup`.
20
+
* A model field is also a _datagroup_; or a standalone datagroup (not associated with an abstract value) can be declared using the type `\datagroup`.
21
21
* A datagroup is an abstraction of a frame condition.
22
22
* In the abstract class the datagroup can be used in a frame condition
23
23
* In the concrete class specific fields can be declared to be _in_ that datagroup
0 commit comments