Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Interfaces/IDataSource.cs @ 8516

Last change on this file since 8516 was 8516, checked in by spimming, 12 years ago

#1894:

  • solution restructured
  • removed obsolete and outdated parts
File size: 138 bytes
Line 
1
2namespace HeuristicLab.Problems.RoutePlanning.Interfaces {
3  public interface IDataSource {
4    IGraph GetRoutingGraph();
5  }
6}
Note: See TracBrowser for help on using the repository browser.