Uses of Interface
org.jactr.core.module.procedural.six.learning.IExpectedUtilityEquation

Packages that use IExpectedUtilityEquation
org.jactr.core.module.procedural.six.learning   
 

Uses of IExpectedUtilityEquation in org.jactr.core.module.procedural.six.learning
 

Methods in org.jactr.core.module.procedural.six.learning that return IExpectedUtilityEquation
 IExpectedUtilityEquation IProceduralLearningModule6.getExpectedUtilityEquation()
           
 IExpectedUtilityEquation DefaultProceduralLearningModule6.getExpectedUtilityEquation()
           
 

Methods in org.jactr.core.module.procedural.six.learning with parameters of type IExpectedUtilityEquation
 void DefaultProceduralLearningModule6.setExpectedUtilityEquation(IExpectedUtilityEquation equation)