|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| basics | |
| basics.route | |
| util | |
| Uses of Service in basics |
|---|
| Subclasses of Service in basics | |
|---|---|
class |
Delivery
|
class |
Pickup
|
| Methods in basics that return Service | |
|---|---|
Service |
Service.Builder.build()
|
| Methods in basics that return types with arguments of type Service | |
|---|---|
java.util.Collection<Service> |
VehicleRoutingProblem.Builder.getAddedServices()
Gets an unmodifiable collection of already added services. |
| Methods in basics with parameters of type Service | |
|---|---|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addService(Service service)
Adds a service to jobList. |
| Uses of Service in basics.route |
|---|
| Methods in basics.route that return Service | |
|---|---|
Service |
ServiceActivity.getJob()
|
| Methods in basics.route with parameters of type Service | |
|---|---|
TourActivity |
DefaultTourActivityFactory.createActivity(Service service)
|
TourActivity |
TourActivityFactory.createActivity(Service service)
|
static ServiceActivity |
ServiceActivity.newInstance(Service service)
|
| Uses of Service in util |
|---|
| Constructor parameters in util with type arguments of type Service | |
|---|---|
NeighborhoodImpl(java.util.Collection<Vehicle> vehicles,
java.util.Collection<Service> services)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||