Add Camino undirected edge protocol
This commit is contained in:
@@ -202,6 +202,7 @@ message CaminoEdge {
|
||||
string from_cardinality = 14;
|
||||
string to_cardinality = 15;
|
||||
optional int32 to_ordinal = 16;
|
||||
string directionality = 17;
|
||||
}
|
||||
|
||||
message CaminoOp {
|
||||
|
||||
@@ -64,6 +64,7 @@ message EdgeOptions {
|
||||
EdgeEndpointOptions other_endpoint = 6;
|
||||
repeated SymbolRef tag = 7;
|
||||
repeated SymbolRef implements = 8;
|
||||
bool undirected = 9;
|
||||
}
|
||||
|
||||
message EdgeEndpointOptions {
|
||||
|
||||
@@ -160,6 +160,7 @@ message EdgeSchema {
|
||||
SymbolRef declaring_class = 10;
|
||||
repeated SymbolRef tags = 11;
|
||||
repeated SymbolRef implements = 12;
|
||||
bool undirected = 13;
|
||||
}
|
||||
|
||||
message EdgeEndpointSchema {
|
||||
|
||||
Reference in New Issue
Block a user