Uses of Class
org.optaweb.employeerostering.service.common.generator.StringDataGenerator
-
Packages that use StringDataGenerator Package Description org.optaweb.employeerostering.service.common.generator org.optaweb.employeerostering.service.roster -
-
Uses of StringDataGenerator in org.optaweb.employeerostering.service.common.generator
Methods in org.optaweb.employeerostering.service.common.generator that return StringDataGenerator Modifier and Type Method Description StringDataGeneratorStringDataGenerator. addAToZPart()StringDataGeneratorStringDataGenerator. addAToZPart(boolean required, int eliminationIndex)StringDataGeneratorStringDataGenerator. addNumericPart(boolean required, int eliminationIndex, int from, int to)StringDataGeneratorStringDataGenerator. addPart(boolean required, int eliminationIndex, String... partValues)StringDataGeneratorStringDataGenerator. addPart(String... partValues)static StringDataGeneratorStringDataGenerator. buildAssemblyLineNames()static StringDataGeneratorStringDataGenerator. buildCompanyNames()static StringDataGeneratorStringDataGenerator. buildFullNames()static StringDataGeneratorStringDataGenerator. buildLocationNames() -
Uses of StringDataGenerator in org.optaweb.employeerostering.service.roster
Fields in org.optaweb.employeerostering.service.roster declared as StringDataGenerator Modifier and Type Field Description StringDataGeneratorRosterGenerator.GeneratorType. skillNameGeneratorStringDataGeneratorRosterGenerator.GeneratorType. spotNameGeneratorConstructors in org.optaweb.employeerostering.service.roster with parameters of type StringDataGenerator Constructor Description GeneratorType(String tenantNamePrefix, StringDataGenerator skillNameGenerator, StringDataGenerator spotNameGenerator, List<org.apache.commons.lang3.tuple.Triple<LocalTime,LocalTime,List<DayOfWeek>>> timeslotRangeList, int rotationLength, int rotationEmployeeListSize, BiFunction<Integer,Integer,Integer> rotationEmployeeIndexCalculator)
-