Uses of Class
jildt.agent.LearningSettings.BelUpdate

Packages that use LearningSettings.BelUpdate
jildt.agent   
 

Uses of LearningSettings.BelUpdate in jildt.agent
 

Methods in jildt.agent that return LearningSettings.BelUpdate
static LearningSettings.BelUpdate LearningSettings.BelUpdate.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LearningSettings.BelUpdate[] LearningSettings.BelUpdate.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.BelUpdate
 java.util.List<jason.asSyntax.Literal>[] Learner.brf(jason.asSyntax.Literal belief, LearningSettings.BelUpdate action, jason.asSemantics.Intention i)