Skip to content

Commit c9db3fc

Browse files
gartensvogti
authored andcommitted
Rename source/target into left/right
1 parent c9aebc7 commit c9db3fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org/polypheny/prism/value.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ message ProtoEdge {
310310
// This list contains all labels associated with this node. Normal strings are used instead of ProtoStrings.
311311
repeated string labels = 4;
312312
// The system internal unique identifier of the node from which this edge originates.
313-
string source = 5;
313+
string left = 5;
314314
// The system internal unique identifier of the node to which this edge is incident.
315-
string target = 6;
315+
string right = 6;
316316
// The direction of this edge. Possible options are LEFT_TO_RIGHT, RIGHT_TO_LEFT or NONE.
317317
Direction direction = 7;
318318

@@ -322,4 +322,4 @@ message ProtoEdge {
322322
RIGHT_TO_LEFT = 2;
323323
NONE = 3;
324324
}
325-
}
325+
}

0 commit comments

Comments
 (0)