Skip to content

Commit 5c1aea3

Browse files
committed
SYSML2_-173 Re-organized Flow Connections productions in SysML grammar.
1 parent fef4c8a commit 5c1aea3

8 files changed

Lines changed: 10499 additions & 10500 deletions

File tree

0 Bytes
Binary file not shown.

org.omg.sysml.xtext/src-gen/org/omg/sysml/xtext/parser/antlr/internal/InternalSysML.g

Lines changed: 1733 additions & 1733 deletions
Large diffs are not rendered by default.

org.omg.sysml.xtext/src-gen/org/omg/sysml/xtext/parser/antlr/internal/InternalSysML.tokens

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
','=20
1212
'-'=163
1313
'->'=102
14-
'.'=89
14+
'.'=92
1515
'..'=59
1616
'.?'=103
1717
'/'=164
@@ -44,8 +44,8 @@
4444
'after'=98
4545
'alias'=40
4646
'all'=43
47-
'allocate'=92
48-
'allocation'=91
47+
'allocate'=88
48+
'allocation'=87
4949
'analysis'=135
5050
'and'=150
5151
'as'=158
@@ -83,7 +83,7 @@
8383
'false'=169
8484
'filter'=39
8585
'first'=81
86-
'flow'=86
86+
'flow'=89
8787
'for'=41
8888
'fork'=114
8989
'frame'=179
@@ -96,7 +96,7 @@
9696
'include'=138
9797
'individual'=71
9898
'inout'=174
99-
'interface'=90
99+
'interface'=86
100100
'istype'=156
101101
'item'=74
102102
'join'=113
@@ -105,15 +105,15 @@
105105
'locale'=24
106106
'loop'=107
107107
'merge'=111
108-
'message'=87
108+
'message'=90
109109
'meta'=159
110110
'metadata'=28
111111
'nonunique'=51
112112
'not'=126
113113
'null'=167
114114
'objective'=134
115115
'occurrence'=70
116-
'of'=88
116+
'of'=91
117117
'or'=147
118118
'ordered'=50
119119
'out'=173

org.omg.sysml.xtext/src-gen/org/omg/sysml/xtext/parser/antlr/internal/InternalSysMLLexer.java

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,10 +1727,10 @@ public final void mT__86() throws RecognitionException {
17271727
try {
17281728
int _type = T__86;
17291729
int _channel = DEFAULT_TOKEN_CHANNEL;
1730-
// InternalSysML.g:84:7: ( 'flow' )
1731-
// InternalSysML.g:84:9: 'flow'
1730+
// InternalSysML.g:84:7: ( 'interface' )
1731+
// InternalSysML.g:84:9: 'interface'
17321732
{
1733-
match("flow");
1733+
match("interface");
17341734

17351735

17361736
}
@@ -1748,10 +1748,10 @@ public final void mT__87() throws RecognitionException {
17481748
try {
17491749
int _type = T__87;
17501750
int _channel = DEFAULT_TOKEN_CHANNEL;
1751-
// InternalSysML.g:85:7: ( 'message' )
1752-
// InternalSysML.g:85:9: 'message'
1751+
// InternalSysML.g:85:7: ( 'allocation' )
1752+
// InternalSysML.g:85:9: 'allocation'
17531753
{
1754-
match("message");
1754+
match("allocation");
17551755

17561756

17571757
}
@@ -1769,10 +1769,10 @@ public final void mT__88() throws RecognitionException {
17691769
try {
17701770
int _type = T__88;
17711771
int _channel = DEFAULT_TOKEN_CHANNEL;
1772-
// InternalSysML.g:86:7: ( 'of' )
1773-
// InternalSysML.g:86:9: 'of'
1772+
// InternalSysML.g:86:7: ( 'allocate' )
1773+
// InternalSysML.g:86:9: 'allocate'
17741774
{
1775-
match("of");
1775+
match("allocate");
17761776

17771777

17781778
}
@@ -1790,10 +1790,11 @@ public final void mT__89() throws RecognitionException {
17901790
try {
17911791
int _type = T__89;
17921792
int _channel = DEFAULT_TOKEN_CHANNEL;
1793-
// InternalSysML.g:87:7: ( '.' )
1794-
// InternalSysML.g:87:9: '.'
1793+
// InternalSysML.g:87:7: ( 'flow' )
1794+
// InternalSysML.g:87:9: 'flow'
17951795
{
1796-
match('.');
1796+
match("flow");
1797+
17971798

17981799
}
17991800

@@ -1810,10 +1811,10 @@ public final void mT__90() throws RecognitionException {
18101811
try {
18111812
int _type = T__90;
18121813
int _channel = DEFAULT_TOKEN_CHANNEL;
1813-
// InternalSysML.g:88:7: ( 'interface' )
1814-
// InternalSysML.g:88:9: 'interface'
1814+
// InternalSysML.g:88:7: ( 'message' )
1815+
// InternalSysML.g:88:9: 'message'
18151816
{
1816-
match("interface");
1817+
match("message");
18171818

18181819

18191820
}
@@ -1831,10 +1832,10 @@ public final void mT__91() throws RecognitionException {
18311832
try {
18321833
int _type = T__91;
18331834
int _channel = DEFAULT_TOKEN_CHANNEL;
1834-
// InternalSysML.g:89:7: ( 'allocation' )
1835-
// InternalSysML.g:89:9: 'allocation'
1835+
// InternalSysML.g:89:7: ( 'of' )
1836+
// InternalSysML.g:89:9: 'of'
18361837
{
1837-
match("allocation");
1838+
match("of");
18381839

18391840

18401841
}
@@ -1852,11 +1853,10 @@ public final void mT__92() throws RecognitionException {
18521853
try {
18531854
int _type = T__92;
18541855
int _channel = DEFAULT_TOKEN_CHANNEL;
1855-
// InternalSysML.g:90:7: ( 'allocate' )
1856-
// InternalSysML.g:90:9: 'allocate'
1856+
// InternalSysML.g:90:7: ( '.' )
1857+
// InternalSysML.g:90:9: '.'
18571858
{
1858-
match("allocate");
1859-
1859+
match('.');
18601860

18611861
}
18621862

@@ -5597,7 +5597,7 @@ public void mTokens() throws RecognitionException {
55975597
static final String DFA13_maxS =
55985598
"\1\176\2\75\3\uffff\1\157\1\162\1\uffff\1\162\1\157\1\164\1\157\2\145\1\100\1\uffff\1\76\2\165\1\164\1\52\1\uffff\2\165\1\171\1\uffff\1\77\1\151\1\170\1\75\3\uffff\1\150\1\76\1\163\1\157\1\77\1\uffff\1\157\1\uffff\1\75\1\141\1\uffff\1\57\2\uffff\1\145\10\uffff\1\162\1\172\1\157\2\162\1\157\1\154\1\172\1\145\1\162\1\165\1\155\1\156\2\163\1\154\1\172\2\164\1\172\1\144\1\157\1\156\1\142\2\164\2\uffff\2\76\2\uffff\1\141\1\145\1\143\1\156\1\164\1\141\3\162\1\142\1\157\1\160\1\172\1\145\1\172\1\164\2\uffff\1\172\1\143\1\172\1\152\2\164\1\154\1\172\1\156\3\uffff\1\162\1\145\1\162\1\165\1\145\1\163\1\160\1\75\1\uffff\1\151\2\uffff\1\164\1\145\1\151\2\uffff\1\162\1\75\1\163\1\uffff\1\52\1\uffff\1\145\2\uffff\1\145\1\172\2\151\1\172\1\uffff\2\155\1\164\1\163\1\172\1\167\1\163\1\uffff\1\156\1\155\1\156\2\145\1\155\1\163\1\143\1\145\1\165\1\164\1\141\1\172\1\162\1\uffff\1\157\2\145\1\165\1\uffff\1\154\1\172\1\141\1\160\1\147\1\162\2\172\1\145\1\144\2\165\1\144\1\141\1\163\1\147\4\uffff\1\164\1\143\1\163\1\143\1\144\1\151\1\160\1\153\2\164\1\146\1\154\1\166\1\164\1\157\1\151\1\145\1\154\1\165\1\uffff\1\155\1\uffff\1\171\1\145\1\uffff\1\165\1\uffff\1\145\1\172\1\165\1\172\1\154\1\uffff\1\144\1\151\1\172\1\167\1\151\1\172\1\155\1\162\1\156\1\145\1\164\1\151\1\157\2\uffff\1\156\1\154\1\151\1\172\1\156\1\172\2\uffff\1\164\1\uffff\1\uffff\2\156\1\165\1\uffff\1\166\1\144\1\uffff\1\172\2\145\1\164\1\172\1\uffff\1\172\1\145\1\172\1\151\1\163\1\172\1\163\2\145\1\164\1\145\2\172\1\164\1\162\1\163\1\143\1\uffff\1\151\1\157\1\162\1\160\1\162\1\147\1\162\1\155\1\171\1\uffff\1\154\1\172\1\165\1\141\1\uffff\1\162\1\uffff\1\146\1\157\1\162\1\151\1\145\1\172\1\141\1\145\1\144\2\145\1\151\3\145\1\172\2\163\1\141\1\172\1\154\1\172\1\157\1\151\1\141\1\145\1\162\1\151\1\166\1\162\1\165\1\164\1\172\1\160\2\162\1\143\1\uffff\1\156\1\uffff\2\172\1\141\1\uffff\1\172\1\146\1\uffff\1\172\1\171\1\164\2\172\1\142\1\163\1\172\1\145\1\154\1\uffff\1\172\1\uffff\1\171\4\uffff\1\144\1\145\1\154\2\145\1\uffff\1\172\1\162\1\172\2\uffff\1\172\1\uffff\1\156\1\151\1\uffff\1\154\1\156\1\143\2\162\2\uffff\1\172\1\141\1\172\1\141\1\142\1\156\1\172\1\164\1\172\1\156\1\164\1\145\1\163\1\145\1\uffff\1\141\1\162\1\145\1\151\2\156\2\162\1\141\1\uffff\1\147\1\172\1\141\1\172\1\150\1\141\1\164\1\143\1\163\1\uffff\1\146\1\150\1\147\1\uffff\1\154\1\uffff\1\162\1\143\1\164\1\143\1\164\1\145\1\151\1\146\1\144\1\172\1\uffff\2\145\1\162\1\164\1\151\1\uffff\1\156\1\uffff\1\164\1\157\1\uffff\1\171\1\uffff\2\172\2\uffff\1\151\1\145\1\uffff\2\172\1\uffff\1\160\1\uffff\1\uffff\1\145\1\144\1\164\1\144\1\172\1\uffff\1\172\2\uffff\1\141\1\164\1\151\2\164\1\141\1\156\1\uffff\1\143\1\uffff\1\164\1\165\1\172\1\uffff\1\172\1\uffff\3\172\1\151\1\172\1\147\1\171\2\156\1\154\1\172\1\145\1\172\1\164\1\145\1\uffff\1\162\1\uffff\1\157\1\154\1\163\1\164\1\163\1\171\1\157\2\145\1\155\1\172\1\145\1\164\1\172\1\163\1\144\1\141\1\145\1\uffff\1\172\1\144\1\145\1\151\1\161\1\147\1\151\1\164\1\151\1\143\1\172\2\uffff\1\164\1\172\2\uffff\1\145\1\156\3\172\2\uffff\1\164\1\151\1\143\2\172\1\151\1\172\1\164\1\151\1\164\5\uffff\1\163\1\uffff\1\145\1\172\1\143\1\145\1\171\1\uffff\1\172\1\156\1\uffff\1\141\1\172\1\144\1\154\1\151\2\172\1\151\1\172\1\164\1\172\1\154\1\172\1\uffff\1\172\1\145\1\uffff\1\172\1\165\1\143\1\172\1\uffff\1\172\1\156\1\166\1\165\1\172\1\157\1\172\1\156\1\141\1\uffff\1\172\1\uffff\1\172\1\143\3\uffff\1\145\1\157\1\145\1\uffff\1\157\1\uffff\1\156\1\uffff\1\172\1\157\1\172\1\145\2\172\1\uffff\1\145\1\163\1\172\1\145\1\uffff\1\147\1\172\1\uffff\1\172\1\144\1\172\2\uffff\1\157\1\uffff\1\172\1\uffff\1\172\2\uffff\1\144\1\uffff\1\141\1\145\2\uffff\1\143\2\145\1\uffff\1\156\1\uffff\2\164\2\uffff\1\171\1\172\1\156\1\172\1\156\1\164\1\uffff\1\156\1\uffff\1\172\2\uffff\1\163\1\172\1\uffff\1\156\1\172\2\uffff\2\145\1\156\2\uffff\1\172\1\154\1\172\1\145\4\172\1\151\1\172\1\uffff\1\172\1\uffff\3\172\1\uffff\1\172\1\uffff\1\164\1\uffff\1\162\1\163\1\172\1\uffff\1\172\1\uffff\1\172\4\uffff\1\157\6\uffff\3\172\3\uffff\1\156\3\uffff\1\172\1\uffff";
55995599
static final String DFA13_acceptS =
5600-
"\3\uffff\1\3\1\4\1\5\2\uffff\1\10\7\uffff\1\24\5\uffff\1\43\3\uffff\1\56\4\uffff\1\101\1\110\1\111\5\uffff\1\u0086\1\uffff\1\u0089\2\uffff\1\u0096\1\uffff\1\u0099\1\u009a\1\uffff\1\u00ac\1\u00ad\1\u00ae\1\u00b2\1\u0094\1\1\1\u0095\1\2\32\uffff\1\u0091\1\22\2\uffff\1\66\1\50\20\uffff\1\41\1\42\11\uffff\1\57\1\133\1\115\10\uffff\1\65\1\uffff\1\132\1\u0097\3\uffff\1\u0084\1\u0083\3\uffff\1\u00af\1\uffff\1\u0098\1\uffff\1\u00aa\1\u00ab\5\uffff\1\152\7\uffff\1\11\16\uffff\1\125\4\uffff\1\u0092\20\uffff\1\26\1\44\1\54\1\40\23\uffff\1\141\1\uffff\1\134\2\uffff\1\u0087\1\uffff\1\114\5\uffff\1\52\15\uffff\1\u008d\1\u008b\6\uffff\1\u008e\1\u008c\2\uffff\1\u00b1\3\uffff\1\21\2\uffff\1\15\5\uffff\1\35\21\uffff\1\37\11\uffff\1\u008a\4\uffff\1\16\1\uffff\1\25\45\uffff\1\u00a1\1\uffff\1\162\3\uffff\1\124\2\uffff\1\64\12\uffff\1\175\1\uffff\1\u0088\12\uffff\1\7\3\uffff\1\146\1\112\1\uffff\1\75\2\uffff\1\u009c\5\uffff\1\156\1\171\16\uffff\1\137\11\uffff\1\u0093\11\uffff\1\130\3\uffff\1\77\1\uffff\1\100\12\uffff\1\76\5\uffff\1\u009b\1\uffff\1\103\2\uffff\1\177\1\uffff\1\71\2\uffff\1\135\1\153\2\uffff\1\127\2\uffff\1\145\2\uffff\1\u00b0\5\uffff\1\u00a7\1\uffff\1\105\1\u009d\7\uffff\1\13\1\uffff\1\34\3\uffff\1\165\1\uffff\1\126\17\uffff\1\143\1\uffff\1\147\22\uffff\1\u00a2\13\uffff\1\151\1\74\2\uffff\1\136\1\140\5\uffff\1\144\1\33\12\uffff\1\121\1\123\1\131\1\161\1\u00a5\1\uffff\1\14\5\uffff\1\157\2\uffff\1\u0080\15\uffff\1\u009e\2\uffff\1\36\4\uffff\1\u0090\11\uffff\1\u00a8\1\uffff\1\u00a9\2\uffff\1\51\1\67\1\63\3\uffff\1\12\1\uffff\1\107\1\uffff\1\170\6\uffff\1\31\4\uffff\1\u00a6\2\uffff\1\113\3\uffff\1\53\1\164\1\uffff\1\167\1\uffff\1\32\1\uffff\1\122\1\u009f\1\uffff\1\u0085\2\uffff\1\176\1\46\3\uffff\1\102\1\uffff\1\61\2\uffff\1\154\1\u008f\6\uffff\1\23\1\uffff\1\120\1\uffff\1\173\1\17\2\uffff\1\62\2\uffff\1\20\1\30\3\uffff\1\u00a3\1\150\12\uffff\1\142\1\uffff\1\u00a4\3\uffff\1\70\1\uffff\1\27\1\uffff\1\u0081\3\uffff\1\u00a0\1\uffff\1\116\1\uffff\1\172\1\47\1\60\1\u0082\1\uffff\1\6\1\155\1\106\1\160\1\117\1\55\3\uffff\1\104\1\73\1\72\1\uffff\1\163\1\166\1\45\1\uffff\1\174";
5600+
"\3\uffff\1\3\1\4\1\5\2\uffff\1\10\7\uffff\1\24\5\uffff\1\43\3\uffff\1\56\4\uffff\1\101\1\110\1\111\5\uffff\1\u0086\1\uffff\1\u0089\2\uffff\1\u0096\1\uffff\1\u0099\1\u009a\1\uffff\1\u00ac\1\u00ad\1\u00ae\1\u00b2\1\u0094\1\1\1\u0095\1\2\32\uffff\1\u0091\1\22\2\uffff\1\66\1\50\20\uffff\1\41\1\42\11\uffff\1\57\1\133\1\120\10\uffff\1\65\1\uffff\1\132\1\u0097\3\uffff\1\u0084\1\u0083\3\uffff\1\u00af\1\uffff\1\u0098\1\uffff\1\u00aa\1\u00ab\5\uffff\1\152\7\uffff\1\11\16\uffff\1\125\4\uffff\1\u0092\20\uffff\1\26\1\44\1\54\1\40\23\uffff\1\141\1\uffff\1\134\2\uffff\1\u0087\1\uffff\1\117\5\uffff\1\52\15\uffff\1\u008d\1\u008b\6\uffff\1\u008e\1\u008c\2\uffff\1\u00b1\3\uffff\1\21\2\uffff\1\15\5\uffff\1\35\21\uffff\1\37\11\uffff\1\u008a\4\uffff\1\16\1\uffff\1\25\45\uffff\1\u00a1\1\uffff\1\162\3\uffff\1\124\2\uffff\1\64\12\uffff\1\175\1\uffff\1\u0088\12\uffff\1\7\3\uffff\1\146\1\115\1\uffff\1\75\2\uffff\1\u009c\5\uffff\1\156\1\171\16\uffff\1\137\11\uffff\1\u0093\11\uffff\1\130\3\uffff\1\77\1\uffff\1\100\12\uffff\1\76\5\uffff\1\u009b\1\uffff\1\103\2\uffff\1\177\1\uffff\1\71\2\uffff\1\135\1\153\2\uffff\1\127\2\uffff\1\145\2\uffff\1\u00b0\5\uffff\1\u00a7\1\uffff\1\105\1\u009d\7\uffff\1\13\1\uffff\1\34\3\uffff\1\165\1\uffff\1\126\17\uffff\1\143\1\uffff\1\147\22\uffff\1\u00a2\13\uffff\1\151\1\74\2\uffff\1\136\1\140\5\uffff\1\144\1\33\12\uffff\1\121\1\123\1\131\1\161\1\u00a5\1\uffff\1\14\5\uffff\1\157\2\uffff\1\u0080\15\uffff\1\u009e\2\uffff\1\36\4\uffff\1\u0090\11\uffff\1\u00a8\1\uffff\1\u00a9\2\uffff\1\51\1\67\1\63\3\uffff\1\12\1\uffff\1\107\1\uffff\1\170\6\uffff\1\31\4\uffff\1\u00a6\2\uffff\1\116\3\uffff\1\53\1\164\1\uffff\1\167\1\uffff\1\32\1\uffff\1\122\1\u009f\1\uffff\1\u0085\2\uffff\1\176\1\46\3\uffff\1\102\1\uffff\1\61\2\uffff\1\154\1\u008f\6\uffff\1\23\1\uffff\1\114\1\uffff\1\173\1\17\2\uffff\1\62\2\uffff\1\20\1\30\3\uffff\1\u00a3\1\150\12\uffff\1\142\1\uffff\1\u00a4\3\uffff\1\70\1\uffff\1\27\1\uffff\1\u0081\3\uffff\1\u00a0\1\uffff\1\112\1\uffff\1\172\1\47\1\60\1\u0082\1\uffff\1\6\1\155\1\106\1\160\1\113\1\55\3\uffff\1\104\1\73\1\72\1\uffff\1\163\1\166\1\45\1\uffff\1\174";
56015601
static final String DFA13_specialS =
56025602
"\u0100\uffff\1\3\156\uffff\1\0\1\2\1\1\1\5\143\uffff\1\4\u0116\uffff}>";
56035603
static final String[] DFA13_transitionS = {

0 commit comments

Comments
 (0)