public CombinePaths(IEnumerable <IVertexSource> paths)
 {
     SourcPaths.AddRange(paths);
 }
 public JoinPaths(IEnumerable <IVertexSource> paths)
 {
     SourcPaths.AddRange(paths);
 }
Beispiel #3
0
 public ConnectedPaths(IEnumerable <IVertexSource> paths)
 {
     SourcPaths.AddRange(paths);
 }