Exemplo n.º 1
0
 public CombinePaths(IEnumerable <IVertexSource> paths)
 {
     SourcPaths.AddRange(paths);
 }
Exemplo n.º 2
0
 public JoinPaths(IEnumerable <IVertexSource> paths)
 {
     SourcPaths.AddRange(paths);
 }
Exemplo n.º 3
0
 public ConnectedPaths(IEnumerable <IVertexSource> paths)
 {
     SourcPaths.AddRange(paths);
 }