uni-bremen-agst / SEE

Collaborative Software Visualization with SEE (Software Engineering Experience)
https://see.uni-bremen.de
MIT License
20 stars 4 forks source link

Implementation of Metric Window Transfer to Other Players #732

Open TimDinh-hub opened 6 months ago

TimDinh-hub commented 6 months ago

The methods InitializeFromValueObject, UpdateFromNetworkValueObject, and ToValueObject in the class require implementations to send metric window data between players over the network. Currently, these methods are non-functional as they only throw a NotImplementedException.