Package | Description |
---|---|
org.optaplanner.examples.conferencescheduling.domain |
Modifier and Type | Method and Description |
---|---|
TalkType |
Talk.getTalkType() |
Modifier and Type | Method and Description |
---|---|
List<TalkType> |
ConferenceSolution.getTalkTypeList() |
Set<TalkType> |
Timeslot.getTalkTypeSet() |
Set<TalkType> |
Room.getTalkTypeSet() |
Modifier and Type | Method and Description |
---|---|
void |
Talk.setTalkType(TalkType talkType) |
Talk |
Talk.withTalkType(TalkType talkType) |
Modifier and Type | Method and Description |
---|---|
void |
ConferenceSolution.setTalkTypeList(List<TalkType> talkTypeList) |
void |
Timeslot.setTalkTypeSet(Set<TalkType> talkTypeSet) |
void |
Room.setTalkTypeSet(Set<TalkType> talkTypeSet) |
ConferenceSolution |
ConferenceSolution.withTalkTypeList(List<TalkType> talkTypeList) |
Timeslot |
Timeslot.withTalkTypeSet(Set<TalkType> talkTypeSet) |
Room |
Room.withTalkTypeSet(Set<TalkType> talkTypeSet) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.