org.jactr.core.module.learning
Interface ILearningModule
- All Superinterfaces:
- IInitializable, IInstallable, IModule
- All Known Subinterfaces:
- IDeclarativeLearningModule4, IProceduralLearningModule4
- All Known Implementing Classes:
- DefaultDeclarativeLearningModule4, DefaultDeclarativeLearningModule6
public interface ILearningModule
- extends IModule
basic interface for any learning module (declarative or procedural)
- Author:
- developer
isLearningEnabled
boolean isLearningEnabled()
setLearningEnabled
void setLearningEnabled(boolean enable)