Uses of Class
jildt.agent.LearningSettings.InductionLvl

Packages that use LearningSettings.InductionLvl
jildt.agent   
 

Uses of LearningSettings.InductionLvl in jildt.agent
 

Methods in jildt.agent that return LearningSettings.InductionLvl
 LearningSettings.InductionLvl LearningSettings.getIndLevel()
           
static LearningSettings.InductionLvl LearningSettings.InductionLvl.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LearningSettings.InductionLvl[] LearningSettings.InductionLvl.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jildt.agent with parameters of type LearningSettings.InductionLvl
 void LearningSettings.setIndLevel(LearningSettings.InductionLvl indLevel)