mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
deprecate
This commit is contained in:
parent
1f3c8da5b0
commit
95decbaa3d
3 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package jsprit.core.util;
|
package jsprit.core.util;
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public interface Neighborhood {
|
public interface Neighborhood {
|
||||||
|
|
||||||
public boolean areNeighbors(String location1, String location2);
|
public boolean areNeighbors(String location1, String location2);
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ import org.apache.logging.log4j.Logger;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public class NeighborhoodImpl implements Neighborhood{
|
public class NeighborhoodImpl implements Neighborhood{
|
||||||
|
|
||||||
private static Logger log = LogManager.getLogger(NeighborhoodImpl.class);
|
private static Logger log = LogManager.getLogger(NeighborhoodImpl.class);
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ import jsprit.core.problem.solution.route.activity.TourActivity;
|
||||||
|
|
||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public class RouteUtils {
|
public class RouteUtils {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue