We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aebc7 commit c9db3fcCopy full SHA for c9db3fc
org/polypheny/prism/value.proto
@@ -310,9 +310,9 @@ message ProtoEdge {
310
// This list contains all labels associated with this node. Normal strings are used instead of ProtoStrings.
311
repeated string labels = 4;
312
// The system internal unique identifier of the node from which this edge originates.
313
- string source = 5;
+ string left = 5;
314
// The system internal unique identifier of the node to which this edge is incident.
315
- string target = 6;
+ string right = 6;
316
// The direction of this edge. Possible options are LEFT_TO_RIGHT, RIGHT_TO_LEFT or NONE.
317
Direction direction = 7;
318
@@ -322,4 +322,4 @@ message ProtoEdge {
322
RIGHT_TO_LEFT = 2;
323
NONE = 3;
324
}
325
-}
+}
0 commit comments