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
"action": "function collection(name) {\n var result = {};\n if (this.metamodel()[name] === 'collection') {\n result = this.model()[name];\n } \n\n return result; \n}",
1099
1099
"core": true
1100
1100
},
1101
-
"1feda14e911ae6b": {
1102
-
"_id": "1feda14e911ae6b",
1101
+
"1ff341e9181fe85": {
1102
+
"_id": "1ff341e9181fe85",
1103
1103
"component": "SyrupClassInfo",
1104
1104
"state": "collections",
1105
1105
"action": "function collections() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n\n length = keys.length; \n\n for (i = 0; i < length; i++) { \n item = keys[i]; \n if (this.metamodel()[item] === 'collection') {\n result.push(item);\n }\n }\n\n return result;\n}",
1106
1106
"core": true
1107
1107
},
1108
-
"14997118de177a3": {
1109
-
"_id": "14997118de177a3",
1108
+
"1fb4616219141df": {
1109
+
"_id": "1fb4616219141df",
1110
1110
"component": "SyrupClassInfo",
1111
1111
"state": "event",
1112
1112
"action": "function event(name) {\n var result = {};\n\n if (this.metamodel()[name] === 'event') {\n result = this.model()[name];\n } \n\n return result;\n}",
1113
1113
"core": true
1114
1114
},
1115
-
"100e1107981d38e": {
1116
-
"_id": "100e1107981d38e",
1115
+
"162cf121111f67d": {
1116
+
"_id": "162cf121111f67d",
1117
1117
"component": "SyrupClassInfo",
1118
1118
"state": "events",
1119
1119
"action": "function events() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n\n length = keys.length;\n\n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'event') {\n result.push(item);\n }\n } \n return result;\n}",
1120
1120
"core": true
1121
1121
},
1122
-
"1bd1a1975f138d8": {
1123
-
"_id": "1bd1a1975f138d8",
1122
+
"120ce1b0541c51e": {
1123
+
"_id": "120ce1b0541c51e",
1124
1124
"component": "SyrupClassInfo",
1125
1125
"state": "link",
1126
1126
"action": "function link(name) {\n var result = {};\n\n if (this.metamodel()[name] === 'link') {\n result = this.model()[name];\n }\n return result;\n}",
1127
1127
"core": true
1128
1128
},
1129
-
"1a675193e9171e9": {
1130
-
"_id": "1a675193e9171e9",
1129
+
"117661280f156e2": {
1130
+
"_id": "117661280f156e2",
1131
1131
"component": "SyrupClassInfo",
1132
1132
"state": "links",
1133
-
"action": "function links() { \n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n\n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'links') {\n result.push(item);\n }\n } return result;\n}",
1133
+
"action": "function links() { \n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n\n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'link') {\n result.push(item);\n }\n } return result;\n}",
1134
1134
"core": true
1135
1135
},
1136
-
"1d0cf1724810462": {
1137
-
"_id": "1d0cf1724810462",
1136
+
"12c211141516b2a": {
1137
+
"_id": "12c211141516b2a",
1138
1138
"component": "SyrupClassInfo",
1139
1139
"state": "method",
1140
1140
"action": "function method(name) {\n var result = {};\n if (this.metamodel()[name] === 'method') {\n result = this.model()[name];\n\n }\n\n return result;\n}",
1141
1141
"core": true
1142
1142
},
1143
-
"1cd8d1e1ca17958": {
1144
-
"_id": "1cd8d1e1ca17958",
1143
+
"18d921de371ac94": {
1144
+
"_id": "18d921de371ac94",
1145
1145
"component": "SyrupClassInfo",
1146
1146
"state": "methods",
1147
1147
"action": "function methods() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'method') {\n result.push(item);\n }\n } \n\n return result;\n}",
1148
1148
"core": true
1149
1149
},
1150
-
"171ee129a6168ac": {
1151
-
"_id": "171ee129a6168ac",
1150
+
"1dcba1e3661d68d": {
1151
+
"_id": "1dcba1e3661d68d",
1152
1152
"component": "SyrupClassInfo",
1153
1153
"state": "properties",
1154
1154
"action": "function properties() { \n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n\n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'property') {\n result.push(item);\n }\n } return result;\n}",
1155
1155
"core": true
1156
1156
},
1157
-
"10d5d148c215309": {
1158
-
"_id": "10d5d148c215309",
1157
+
"1fd2511eec1170d": {
1158
+
"_id": "1fd2511eec1170d",
1159
1159
"component": "SyrupClassInfo",
1160
1160
"state": "property",
1161
1161
"action": "function property(name) {\n var result = {};\n\n if (this.metamodel()[name] === 'property') {\n result = this.model()[name];\n }\n return result;\n}",
0 commit comments