| Package | Description |
|---|---|
| org.optaplanner.examples.conferencescheduling.domain | |
| org.optaplanner.examples.conferencescheduling.domain.solver |
| Modifier and Type | Method and Description |
|---|---|
Talk |
Talk.withLanguage(String language) |
Talk |
Talk.withPreferredRoomTagSet(Set<String> preferredRoomTagSet) |
Talk |
Talk.withPreferredTimeslotTagSet(Set<String> preferredTimslotTagSet) |
Talk |
Talk.withProhibitedRoomTagSet(Set<String> prohibitedRoomTagSet) |
Talk |
Talk.withProhibitedTimeslotTagSet(Set<String> prohibitedTimeslotTagSet) |
Talk |
Talk.withRequiredRoomTagSet(Set<String> requiredRoomTagSet) |
Talk |
Talk.withRequiredTimeslotTagSet(Set<String> requiredTimeslotTagSet) |
Talk |
Talk.withRoom(Room room) |
Talk |
Talk.withSectorTagSet(Set<String> sectorTagSet) |
Talk |
Talk.withSpeakerList(List<Speaker> speakerList) |
Talk |
Talk.withTalkType(String talkType) |
Talk |
Talk.withThemeTagSet(Set<String> themeTagSet) |
Talk |
Talk.withTimeslot(Timeslot timeSlot) |
Talk |
Talk.withUndesiredRoomTagSet(Set<String> undesiredRoomTagSet) |
Talk |
Talk.withUndesiredTimeslotTagSet(Set<String> undesiredTimeslotTagSet) |
| Modifier and Type | Method and Description |
|---|---|
List<Talk> |
ConferenceSolution.getTalkList() |
| Modifier and Type | Method and Description |
|---|---|
int |
Talk.overlappingSectorCount(Talk other) |
int |
Talk.overlappingThemeCount(Talk other) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConferenceSolution.setTalkList(List<Talk> talkList) |
ConferenceSolution |
ConferenceSolution.withTalkList(List<Talk> talkList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MovableTalkFilter.accept(org.optaplanner.core.impl.score.director.ScoreDirector<ConferenceSolution> scoreDirector,
Talk talk) |
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.