Skip to content

Commit

Permalink
Add not implemented exception and todo for paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Hafner committed Jul 18, 2024
1 parent 34908e7 commit bbf08b1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,13 @@ private static Direction buildProtoEdgeDirection( EdgeDirection direction ) {


public static ProtoPath buildProtoPath( PolyPath polyPath ) {
throw new NotImplementedException();
/*
TODO: implement paths for graph results
1) implement the proto value ProtoPath
2) implement serialization here
3) add fields to dummy class in drivers
*/
throw new NotImplementedException("Paths can not yet be serialized.");
}


Expand Down

0 comments on commit bbf08b1

Please sign in to comment.