@@ -29,7 +29,6 @@ message Method {
29
29
Concept.Delete.Req concept_delete_req = 100 ;
30
30
31
31
// SchemaConcept method requests
32
- SchemaConcept.IsImplicit.Req schemaConcept_isImplicit_req = 200 ;
33
32
SchemaConcept.GetLabel.Req schemaConcept_getLabel_req = 201 ;
34
33
SchemaConcept.SetLabel.Req schemaConcept_setLabel_req = 202 ;
35
34
SchemaConcept.GetSup.Req schemaConcept_getSup_req = 203 ;
@@ -67,7 +66,7 @@ message Method {
67
66
// Thing method requests
68
67
Thing.Type.Req thing_type_req = 900 ;
69
68
Thing.IsInferred.Req thing_isInferred_req = 901 ;
70
- Thing.Relhas .Req thing_relhas_req = 906 ;
69
+ Thing.Has .Req thing_has_req = 906 ;
71
70
Thing.Unhas.Req thing_unhas_req = 907 ;
72
71
73
72
// Relation method requests
@@ -84,7 +83,6 @@ message Method {
84
83
Concept.Delete.Res concept_delete_res = 100 ;
85
84
86
85
// SchemaConcept method responses
87
- SchemaConcept.IsImplicit.Res schemaConcept_isImplicit_res = 200 ;
88
86
SchemaConcept.GetLabel.Res schemaConcept_getLabel_res = 201 ;
89
87
SchemaConcept.SetLabel.Res schemaConcept_setLabel_res = 202 ;
90
88
SchemaConcept.GetSup.Res schemaConcept_getSup_res = 203 ;
@@ -122,7 +120,7 @@ message Method {
122
120
// Thing method responses
123
121
Thing.Type.Res thing_type_res = 900 ;
124
122
Thing.IsInferred.Res thing_isInferred_res = 901 ;
125
- Thing.Relhas .Res thing_relhas_res = 906 ;
123
+ Thing.Has .Res thing_has_res = 906 ;
126
124
Thing.Unhas.Res thing_unhas_res = 907 ;
127
125
128
126
// Relation method responses
@@ -219,7 +217,6 @@ message Concept {
219
217
Attribute.Value.Res value_res = 7 ;
220
218
AttributeType.ValueType.Res valueType_res = 8 ;
221
219
SchemaConcept.GetLabel.Res label_res = 9 ;
222
- SchemaConcept.IsImplicit.Res isImplicit_res = 10 ;
223
220
224
221
enum BASE_TYPE {
225
222
META_TYPE = 0 ;
@@ -257,13 +254,6 @@ message SchemaConcept {
257
254
message Res {}
258
255
}
259
256
260
- message IsImplicit {
261
- message Req {}
262
- message Res {
263
- bool implicit = 1 ;
264
- }
265
- }
266
-
267
257
message GetSup {
268
258
message Req {}
269
259
message Res {
@@ -619,13 +609,11 @@ message Thing {
619
609
}
620
610
}
621
611
622
- message Relhas {
612
+ message Has {
623
613
message Req {
624
614
Concept attribute = 1 ;
625
615
}
626
- message Res {
627
- Concept relation = 1 ;
628
- }
616
+ message Res {}
629
617
}
630
618
631
619
message Unhas {
0 commit comments