org.jactr.core.module.procedural.six
Interface IProceduralModule6

All Superinterfaces:
IInitializable, IInstallable, IModule, IProceduralModule
All Known Implementing Classes:
DefaultProceduralModule6

public interface IProceduralModule6
extends IProceduralModule


Field Summary
static java.lang.String EXPECTED_UTILITY_NOISE
           
 
Fields inherited from interface org.jactr.core.module.procedural.IProceduralModule
DEFAULT_PRODUCTION_FIRING_TIME, NUMBER_OF_PRODUCTIONS_FIRED
 
Method Summary
 double getExpectedUtilityNoise()
           
 void setExpectedUtilityNoise(double noise)
           
 
Methods inherited from interface org.jactr.core.module.procedural.IProceduralModule
addListener, addProduction, createProduction, fireProduction, getConflictSet, getDefaultProductionFiringTime, getNumberOfProductionsFired, getProduction, getProductions, removeListener, selectInstantiation, setDefaultProductionFiringTime, setNumberOfProductionsFired, setProductionInstantiator, setProductionSelector
 
Methods inherited from interface org.jactr.core.module.IModule
dispose, getModel, getName, initialize, install, reset
 
Methods inherited from interface org.jactr.core.utils.IInstallable
uninstall
 

Field Detail

EXPECTED_UTILITY_NOISE

static final java.lang.String EXPECTED_UTILITY_NOISE
See Also:
Constant Field Values
Method Detail

getExpectedUtilityNoise

double getExpectedUtilityNoise()

setExpectedUtilityNoise

void setExpectedUtilityNoise(double noise)