public interface Domain
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Issue> |
getIssues() |
java.lang.String |
getName() |
long |
getNumberOfPossibleBids() |
java.util.List<Objective> |
getObjectives() |
Objective |
getObjectivesRoot() |
Bid |
getRandomBid(java.util.Random r) |
java.util.List<Objective> getObjectives()
java.util.List<Issue> getIssues()
Issues in the domain, sorted to preorder.This may be
computationally expensiveBid getRandomBid(java.util.Random r)
r - random variable. if null, a new Random will be used.Bid in this domain.long getNumberOfPossibleBids()
java.lang.String getName()