Skip to content

Commit 90f2c38

Browse files
committed
Comprehensive revision of layers. Changes in README.md.
1 parent 8831003 commit 90f2c38

11 files changed

Lines changed: 316 additions & 227 deletions

IG Core/IG Coding Review Indication.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"remember" : false,
3232
"hideUnconstraintFeature" : false,
3333
"description" : "Indicates the confidence of the coding",
34-
"project_name" : "IG Layer Project",
34+
"project_name" : "IG-Inception-Layer Development",
3535
"multi_value_mode" : "NONE",
3636
"link_mode" : "NONE",
3737
"link_type_name" : null,
@@ -50,7 +50,7 @@
5050
"remember" : false,
5151
"hideUnconstraintFeature" : false,
5252
"description" : "Comment on the aspect to discuss in this coding",
53-
"project_name" : "IG Layer Project",
53+
"project_name" : "IG-Inception-Layer Development",
5454
"multi_value_mode" : "NONE",
5555
"link_mode" : "NONE",
5656
"link_type_name" : null,
@@ -74,7 +74,7 @@
7474
"validation_mode" : "ALWAYS",
7575
"lock_to_token_offset" : false,
7676
"multiple_tokens" : true,
77-
"project_name" : "IG Layer Project",
77+
"project_name" : "IG-Inception-Layer Development",
7878
"linked_list_behavior" : false,
7979
"on_click_javascript_action" : null
8080
} ]

IG Core/IG Collection Relationship.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"tags" : [ {
1414
"tag_name" : "AND Relationship",
1515
"tag_description" : "Identifies elements as AND-combined"
16+
}, {
17+
"tag_name" : "NOR Relationship",
18+
"tag_description" : "Identifies elements as NEITHER/NOR (NOR)-combined"
1619
}, {
1720
"tag_name" : "OR Relationship",
1821
"tag_description" : "Identifies elements as AND/OR-combined"
@@ -21,7 +24,7 @@
2124
"tag_description" : "Identifies a parent-child relationship between elements, with the parent being the element defined or composed, and the child as a component."
2225
}, {
2326
"tag_name" : "XOR Relationship",
24-
"tag_description" : "Identifies elements as XOR-combined"
27+
"tag_description" : "Identifies elements as EITHER/OR (XOR)-combined"
2528
} ],
2629
"create_tag" : true
2730
},
@@ -34,13 +37,13 @@
3437
"remember" : false,
3538
"hideUnconstraintFeature" : false,
3639
"description" : "Indicate element relationship",
37-
"project_name" : "IG Layer Project",
40+
"project_name" : "IG-Inception-Layer Development",
3841
"multi_value_mode" : "NONE",
3942
"link_mode" : "NONE",
4043
"link_type_name" : null,
4144
"link_type_role_feature_name" : null,
4245
"link_type_target_feature_name" : null,
43-
"traits" : "{\"multipleRows\":false,\"collapsedRows\":1,\"expandedRows\":1,\"keyBindings\":[{\"keyCombo\":\"a\",\"value\":\"AND Relationship\"},{\"keyCombo\":\"o\",\"value\":\"OR Relationship\"},{\"keyCombo\":\"p\",\"value\":\"Parent-Child Relationship (Target is Parent)\"},{\"keyCombo\":\"x\",\"value\":\"XOR Relationship\"}]}"
46+
"traits" : "{\"multipleRows\":false,\"collapsedRows\":1,\"expandedRows\":1,\"keyBindings\":[{\"keyCombo\":\"a\",\"value\":\"AND Relationship\"},{\"keyCombo\":\"o\",\"value\":\"OR Relationship\"},{\"keyCombo\":\"p\",\"value\":\"Parent-Child Relationship (Target is Parent)\"},{\"keyCombo\":\"x\",\"value\":\"XOR Relationship\"},{\"keyCombo\":\"n\",\"value\":\"NOR Relationship\"}]}"
4447
}, {
4548
"name" : "Exhaustive",
4649
"tag_set" : null,
@@ -53,7 +56,7 @@
5356
"remember" : false,
5457
"hideUnconstraintFeature" : true,
5558
"description" : "Indicates that listing or collection is exhaustive (i.e., statement does not use terms that signal open-ended relationships, such as \"included\")",
56-
"project_name" : "IG Layer Project",
59+
"project_name" : "IG-Inception-Layer Development",
5760
"multi_value_mode" : "NONE",
5861
"link_mode" : "NONE",
5962
"link_type_name" : null,
@@ -72,7 +75,7 @@
7275
"remember" : false,
7376
"hideUnconstraintFeature" : false,
7477
"description" : "Indicates precedence for a specific element relationship. Lower values imply lower precedence/priority.",
75-
"project_name" : "IG Layer Project",
78+
"project_name" : "IG-Inception-Layer Development",
7679
"multi_value_mode" : "NONE",
7780
"link_mode" : "NONE",
7881
"link_type_name" : null,
@@ -98,7 +101,7 @@
98101
"validation_mode" : "ALWAYS",
99102
"lock_to_token_offset" : false,
100103
"multiple_tokens" : true,
101-
"project_name" : "IG Layer Project",
104+
"project_name" : "IG-Inception-Layer Development",
102105
"linked_list_behavior" : false,
103106
"on_click_javascript_action" : null
104107
}, {
@@ -131,7 +134,7 @@
131134
"remember" : false,
132135
"hideUnconstraintFeature" : false,
133136
"description" : "Type of element annotated (e.g., object, verb)",
134-
"project_name" : "IG Layer Project",
137+
"project_name" : "IG-Inception-Layer Development",
135138
"multi_value_mode" : "NONE",
136139
"link_mode" : "NONE",
137140
"link_type_name" : null,
@@ -155,7 +158,7 @@
155158
"validation_mode" : "ALWAYS",
156159
"lock_to_token_offset" : false,
157160
"multiple_tokens" : true,
158-
"project_name" : "IG Layer Project",
161+
"project_name" : "IG-Inception-Layer Development",
159162
"linked_list_behavior" : false,
160163
"on_click_javascript_action" : null
161164
} ]

IG Core/IG Complex Data Structure Relationship.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
},
1313
"attach_feature" : null,
1414
"allow_stacking" : true,
15-
"cross_sentence" : false,
15+
"cross_sentence" : true,
1616
"show_hover" : true,
1717
"anchoring_mode" : "TOKENS",
1818
"overlap_mode" : "ANY_OVERLAP",
1919
"validation_mode" : "ALWAYS",
2020
"lock_to_token_offset" : false,
2121
"multiple_tokens" : true,
22-
"project_name" : "IG Layer Project",
22+
"project_name" : "IG-Inception-Layer Development",
2323
"linked_list_behavior" : false,
2424
"on_click_javascript_action" : null
2525
}, {
@@ -64,7 +64,7 @@
6464
"remember" : false,
6565
"hideUnconstraintFeature" : false,
6666
"description" : null,
67-
"project_name" : "IG Layer Project",
67+
"project_name" : "IG-Inception-Layer Development",
6868
"multi_value_mode" : "NONE",
6969
"link_mode" : "NONE",
7070
"link_type_name" : null,
@@ -88,7 +88,7 @@
8888
"validation_mode" : "ALWAYS",
8989
"lock_to_token_offset" : false,
9090
"multiple_tokens" : true,
91-
"project_name" : "IG Layer Project",
91+
"project_name" : "IG-Inception-Layer Development",
9292
"linked_list_behavior" : false,
9393
"on_click_javascript_action" : null
9494
} ]

0 commit comments

Comments
 (0)