public class CustomerFactory extends Object
Customer instances.| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
DEFAULT_CUSTOMER_DEMAND |
| Modifier and Type | Method and Description |
|---|---|
static org.optaplanner.examples.vehiclerouting.domain.Customer |
customer(org.optaplanner.examples.vehiclerouting.domain.location.Location location)
Create customer with
DEFAULT_CUSTOMER_DEMAND. |
static final int DEFAULT_CUSTOMER_DEMAND
public static org.optaplanner.examples.vehiclerouting.domain.Customer customer(org.optaplanner.examples.vehiclerouting.domain.location.Location location)
DEFAULT_CUSTOMER_DEMAND.location - customer's locationCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.