Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks/3.3/INetworkNode.cs @ 14275

Last change on this file since 14275 was 14275, checked in by bburlacu, 8 years ago

#2288: Clean up code and add comments in the ConstrainedForceDirectedLayout class. Minor changes to view and directed graph chart. Introduced an INetworkNode interface for more flexibility. Updated cola and adaptagrams dlls with latest changes from upstream.

File size: 160 bytes
RevLine 
[14275]1namespace HeuristicLab.VariableInteractionNetworks {
2  public interface INetworkNode {
3    string Id { get; }
4    string Description { get; set; }
5  }
6}
Note: See TracBrowser for help on using the repository browser.