Last change
on this file since 17915 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
|
Line | |
---|
1 | namespace 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.