public JohnsonsShortestPath(IJohnsonsShortestPathOperators <T, W> operators) { this.operators = operators; }
public JohnsonsShortestPath(IJohnsonsShortestPathOperators <T, W> @operator) { this.@operator = @operator; }