CronoSeries  0.1.*
A fork of Cronos with a focus on being a Time Series class library.
Public Member Functions | Public Attributes | List of all members
CronoSeries.TimeSeries.Data.DirectedGraph.NodeInfo Class Reference

Public Member Functions

 NodeInfo (IConnectable citem, double[] coordinate)
 
void AdjustForNodeRemoval (int deletedNode)
 
void RemoveOutgoingLinksTo (int other, int socket)
 
void RemoveAllIncomingLinks (DirectedGraph parent)
 
void RemoveIncomingLinkFrom (int source, int socket)
 
void RemoveAllOutgoingLinks (DirectedGraph parent)
 

Public Attributes

IConnectable connectableItem
 
double[] coordinate
 
List< LinkincomingLinks
 
List< LinkoutgoingLinks
 

The documentation for this class was generated from the following file: