public class ConferenceSchedulingGenerator extends LoggingMain
Modifier and Type | Field and Description |
---|---|
protected int |
labTalkCount |
protected File |
outputDir |
protected Random |
random |
protected org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<ConferenceSolution> |
solutionFileIO |
logger
Constructor and Description |
---|
ConferenceSchedulingGenerator() |
Modifier and Type | Method and Description |
---|---|
ConferenceSolution |
createConferenceSolution(String fileName,
int timeslotListSize,
int roomListSize,
int speakerListSize,
int talkListSize) |
static void |
main(String[] args) |
protected final org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<ConferenceSolution> solutionFileIO
protected final File outputDir
protected int labTalkCount
protected Random random
public static void main(String[] args)
public ConferenceSolution createConferenceSolution(String fileName, int timeslotListSize, int roomListSize, int speakerListSize, int talkListSize)
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.