org.jactr.core.module.procedural.four
Interface IProceduralModule4

All Superinterfaces:
IInitializable, IInstallable, IModule, IProceduralModule

public interface IProceduralModule4
extends IProceduralModule


Field Summary
static java.lang.String EXPECTED_GAIN_NOISE
           
static java.lang.String EXPECTED_GAIN_THRESHOLD
           
 
Fields inherited from interface org.jactr.core.module.procedural.IProceduralModule
DEFAULT_PRODUCTION_FIRING_TIME, NUMBER_OF_PRODUCTIONS_FIRED
 
Method Summary
 double getExpectedGainNoise()
           
 double getExpectedGainThreshold()
           
 void setExpectedGainNoise(double noise)
           
 void setExpectedGainThreshold(double threshold)
           
 
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_GAIN_NOISE

static final java.lang.String EXPECTED_GAIN_NOISE
See Also:
Constant Field Values

EXPECTED_GAIN_THRESHOLD

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

getExpectedGainNoise

double getExpectedGainNoise()

setExpectedGainNoise

void setExpectedGainNoise(double noise)

setExpectedGainThreshold

void setExpectedGainThreshold(double threshold)

getExpectedGainThreshold

double getExpectedGainThreshold()