Package | Description |
---|---|
org.optaplanner.examples.taskassigning.domain |
Modifier and Type | Method and Description |
---|---|
Affinity |
Task.getAffinity() |
Affinity |
Employee.getAffinity(Customer customer) |
static Affinity |
Affinity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Affinity[] |
Affinity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<Customer,Affinity> |
Employee.getAffinityMap() |
Modifier and Type | Method and Description |
---|---|
void |
Employee.setAffinityMap(Map<Customer,Affinity> affinityMap) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.