createFactorTables();
if (addDefaultEntries) {
if (customConfigFile != null){
new SetFactorTableDefaultEntriesCommand(orgFactorTable, customConfigFile)
.runWithoutUnicaseCommand();
new SetFactorTableDefaultEntriesCommand(techFactorTable, customConfigFile)
.runWithoutUnicaseCommand();
new SetFactorTableDefaultEntriesCommand(prodFactorTable, customConfigFile)
.runWithoutUnicaseCommand();
} else {
new SetFactorTableDefaultEntriesCommand(orgFactorTable)
.runWithoutUnicaseCommand();
new SetFactorTableDefaultEntriesCommand(techFactorTable)
.runWithoutUnicaseCommand();
new SetFactorTableDefaultEntriesCommand(prodFactorTable)
.runWithoutUnicaseCommand();
}
}
if (addGoalsFromURN) {