org.jactr.core.module.procedural.four.learning
Class DefaultCostEquation

java.lang.Object
  extended by org.jactr.core.module.procedural.four.learning.DefaultCostEquation
All Implemented Interfaces:
ICostEquation

public class DefaultCostEquation
extends java.lang.Object
implements ICostEquation

Description of the Class

Author:
harrison

Constructor Summary
DefaultCostEquation(IProceduralModule4 pm4, IProceduralLearningModule4 plm4)
           
 
Method Summary
 double computeCost(IModel model, IProduction prod)
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCostEquation

public DefaultCostEquation(IProceduralModule4 pm4,
                           IProceduralLearningModule4 plm4)
Method Detail

computeCost

public double computeCost(IModel model,
                          IProduction prod)
Description of the Method

Specified by:
computeCost in interface ICostEquation
Parameters:
model - Description of the Parameter
prod - Description of the Parameter
Returns:
Description of the Return Value