Interface CommLink.IChannelData

All Known Implementing Classes:
DistributedDelaunayClip.Arc, DistributedDelaunayClip.Edge
Enclosing class:
CommLink

public static interface CommLink.IChannelData

Interface for extra pieces of data to tag channel with. Unlikely to initially see any use beyond debugging particular proximity graphs. Plan to make a class implementing this interface which stores the Voronoi dual for a Delaunay graph.


Method Summary
 CommLink.IChannelData cloneData()
           
 

Method Detail

cloneData

CommLink.IChannelData cloneData()