OptaPlanner distribution 6.0.1-SNAPSHOT

org.optaplanner.examples.tennis.persistence
Class TennisGenerator

java.lang.Object
  extended by org.optaplanner.examples.common.app.LoggingMain
      extended by org.optaplanner.examples.tennis.persistence.TennisGenerator

public class TennisGenerator
extends LoggingMain


Field Summary
protected  File outputDir
           
protected  Random random
           
protected  SolutionDao solutionDao
           
 
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
 
Constructor Summary
TennisGenerator()
           
 
Method Summary
 void generate()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

solutionDao

protected final SolutionDao solutionDao

outputDir

protected final File outputDir

random

protected Random random
Constructor Detail

TennisGenerator

public TennisGenerator()
Method Detail

main

public static void main(String[] args)

generate

public void generate()

OptaPlanner distribution 6.0.1-SNAPSHOT

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.