@Service public class DemoService extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
MAX_TRIES |
| Constructor and Description |
|---|
DemoService(RoutingProblemList routingProblems,
LocationService locationService,
LocationRepository locationRepository,
VehicleService vehicleService,
VehicleRepository vehicleRepository,
DataSetMarshaller dataSetMarshaller) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RoutingProblem> |
demos() |
String |
exportDataSet() |
void |
loadDemo(String name) |
static final int MAX_TRIES
@Autowired public DemoService(RoutingProblemList routingProblems, LocationService locationService, LocationRepository locationRepository, VehicleService vehicleService, VehicleRepository vehicleRepository, DataSetMarshaller dataSetMarshaller)
public Collection<RoutingProblem> demos()
@Async public void loadDemo(String name)
public String exportDataSet()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.