org.jactr.core.module.procedural.four
Interface IProceduralModule4
- All Superinterfaces:
- IInitializable, IInstallable, IModule, IProceduralModule
public interface IProceduralModule4
- extends IProceduralModule
| Methods inherited from interface org.jactr.core.module.procedural.IProceduralModule |
addListener, addProduction, createProduction, fireProduction, getConflictSet, getDefaultProductionFiringTime, getNumberOfProductionsFired, getProduction, getProductions, removeListener, selectInstantiation, setDefaultProductionFiringTime, setNumberOfProductionsFired |
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
getExpectedGainNoise
double getExpectedGainNoise()
setExpectedGainNoise
void setExpectedGainNoise(double noise)
setExpectedGainThreshold
void setExpectedGainThreshold(double threshold)
getExpectedGainThreshold
double getExpectedGainThreshold()