예제 #1
0
 public JohnsonsShortestPath(IJohnsonsShortestPathOperators <T, W> operators)
 {
     this.operators = operators;
 }
예제 #2
0
 public JohnsonsShortestPath(IJohnsonsShortestPathOperators <T, W> @operator)
 {
     this.@operator = @operator;
 }