Exemplo n.º 1
0
 public JohnsonsShortestPath(IJohnsonsShortestPathOperators <T, W> operators)
 {
     this.operators = operators;
 }
Exemplo n.º 2
0
 public JohnsonsShortestPath(IJohnsonsShortestPathOperators <T, W> @operator)
 {
     this.@operator = @operator;
 }