|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IModule in org.jactr.core.buffer |
|---|
| Methods in org.jactr.core.buffer that return IModule | |
|---|---|
IModule |
IActivationBuffer.getModule()
return the module that controls this buffer |
IModule |
AbstractActivationBuffer.getModule()
|
| Constructors in org.jactr.core.buffer with parameters of type IModule | |
|---|---|
AbstractActivationBuffer(java.lang.String name,
IModel model,
IModule module)
|
|
| Uses of IModule in org.jactr.core.buffer.delegate |
|---|
| Constructors in org.jactr.core.buffer.delegate with parameters of type IModule | |
|---|---|
DefaultDelegatedRequestableBuffer6(java.lang.String name,
IModule module)
|
|
| Uses of IModule in org.jactr.core.buffer.six |
|---|
| Constructors in org.jactr.core.buffer.six with parameters of type IModule | |
|---|---|
AbstractActivationBuffer6(java.lang.String name,
IModule module)
|
|
AbstractCapacityBuffer6(java.lang.String name,
IModule module)
|
|
AbstractRequestableBuffer6(java.lang.String name,
IModule module)
|
|
BasicBuffer6(java.lang.String name,
IModule module)
|
|
| Uses of IModule in org.jactr.core.model |
|---|
| Methods in org.jactr.core.model that return IModule | |
|---|---|
IModule |
IModel.getModule(java.lang.Class<? extends IModule> moduleClass)
get the module that is of class. |
| Methods in org.jactr.core.model that return types with arguments of type IModule | |
|---|---|
java.util.Collection<IModule> |
IModel.getModules()
get all the installed moduels |
| Methods in org.jactr.core.model with parameters of type IModule | |
|---|---|
void |
IModel.install(IModule module)
install an IModule into the model. |
| Method parameters in org.jactr.core.model with type arguments of type IModule | |
|---|---|
IModule |
IModel.getModule(java.lang.Class<? extends IModule> moduleClass)
get the module that is of class. |
| Uses of IModule in org.jactr.core.model.basic |
|---|
| Methods in org.jactr.core.model.basic that return IModule | |
|---|---|
IModule |
BasicModel.getModule(java.lang.Class<? extends IModule> moduleClass)
|
| Methods in org.jactr.core.model.basic that return types with arguments of type IModule | |
|---|---|
java.util.Collection<IModule> |
BasicModel.getModules()
|
| Methods in org.jactr.core.model.basic with parameters of type IModule | |
|---|---|
void |
BasicModel.install(IModule module)
|
| Method parameters in org.jactr.core.model.basic with type arguments of type IModule | |
|---|---|
IModule |
BasicModel.getModule(java.lang.Class<? extends IModule> moduleClass)
|
| Uses of IModule in org.jactr.core.model.event |
|---|
| Methods in org.jactr.core.model.event that return IModule | |
|---|---|
IModule |
ModelEvent.getModule()
|
| Constructors in org.jactr.core.model.event with parameters of type IModule | |
|---|---|
ModelEvent(IModel model,
IModule module)
|
|
| Uses of IModule in org.jactr.core.module |
|---|
| Classes in org.jactr.core.module that implement IModule | |
|---|---|
class |
AbstractModule
|
| Uses of IModule in org.jactr.core.module.asynch |
|---|
| Subinterfaces of IModule in org.jactr.core.module.asynch | |
|---|---|
interface |
IAsynchronousModule
|
| Classes in org.jactr.core.module.asynch that implement IModule | |
|---|---|
class |
AbstractAsynchronousModule
abstract asynchronous module. |
| Uses of IModule in org.jactr.core.module.declarative |
|---|
| Subinterfaces of IModule in org.jactr.core.module.declarative | |
|---|---|
interface |
IDeclarativeModule
one of two specialized modules, this one handles all declarative memory operations for the model, in particular adding and retrieving of chunks, chunktypes all operation return values are wrapped in Future<> to better support backed concurrencies |
| Uses of IModule in org.jactr.core.module.declarative.basic |
|---|
| Classes in org.jactr.core.module.declarative.basic that implement IModule | |
|---|---|
class |
AbstractDeclarativeModule
|
class |
DefaultDeclarativeModule
|
| Uses of IModule in org.jactr.core.module.declarative.five |
|---|
| Subinterfaces of IModule in org.jactr.core.module.declarative.five | |
|---|---|
interface |
IDeclarativeModule5
|
| Uses of IModule in org.jactr.core.module.declarative.four |
|---|
| Subinterfaces of IModule in org.jactr.core.module.declarative.four | |
|---|---|
interface |
IDeclarativeModule4
|
| Uses of IModule in org.jactr.core.module.declarative.four.learning |
|---|
| Subinterfaces of IModule in org.jactr.core.module.declarative.four.learning | |
|---|---|
interface |
IDeclarativeLearningModule4
|
| Classes in org.jactr.core.module.declarative.four.learning that implement IModule | |
|---|---|
class |
DefaultDeclarativeLearningModule4
default declarative learning module. |
| Uses of IModule in org.jactr.core.module.declarative.six |
|---|
| Classes in org.jactr.core.module.declarative.six that implement IModule | |
|---|---|
class |
DefaultDeclarativeModule6
|
| Uses of IModule in org.jactr.core.module.declarative.six.learning |
|---|
| Classes in org.jactr.core.module.declarative.six.learning that implement IModule | |
|---|---|
class |
DefaultDeclarativeLearningModule6
|
| Uses of IModule in org.jactr.core.module.goal |
|---|
| Subinterfaces of IModule in org.jactr.core.module.goal | |
|---|---|
interface |
IGoalModule
|
| Uses of IModule in org.jactr.core.module.goal.six |
|---|
| Classes in org.jactr.core.module.goal.six that implement IModule | |
|---|---|
class |
DefaultGoalModule6
handles the goal and imaginal buffers |
| Uses of IModule in org.jactr.core.module.goal.six.buffer |
|---|
| Constructors in org.jactr.core.module.goal.six.buffer with parameters of type IModule | |
|---|---|
DefaultGoalBuffer6(java.lang.String name,
IModule module)
|
|
| Uses of IModule in org.jactr.core.module.imaginal |
|---|
| Subinterfaces of IModule in org.jactr.core.module.imaginal | |
|---|---|
interface |
IImaginalModule
|
| Uses of IModule in org.jactr.core.module.imaginal.six |
|---|
| Classes in org.jactr.core.module.imaginal.six that implement IModule | |
|---|---|
class |
DefaultImaginalModule6
|
| Uses of IModule in org.jactr.core.module.imaginal.six.buffer |
|---|
| Constructors in org.jactr.core.module.imaginal.six.buffer with parameters of type IModule | |
|---|---|
DefaultImaginalBuffer(IModule module)
|
|
| Uses of IModule in org.jactr.core.module.learning |
|---|
| Subinterfaces of IModule in org.jactr.core.module.learning | |
|---|---|
interface |
ILearningModule
basic interface for any learning module (declarative or procedural) |
| Uses of IModule in org.jactr.core.module.procedural |
|---|
| Subinterfaces of IModule in org.jactr.core.module.procedural | |
|---|---|
interface |
IProceduralLearningModule
|
interface |
IProceduralModule
specialized module for accessing procedural memory |
| Uses of IModule in org.jactr.core.module.procedural.four |
|---|
| Subinterfaces of IModule in org.jactr.core.module.procedural.four | |
|---|---|
interface |
IProceduralModule4
|
| Uses of IModule in org.jactr.core.module.procedural.four.learning |
|---|
| Subinterfaces of IModule in org.jactr.core.module.procedural.four.learning | |
|---|---|
interface |
IProceduralLearningModule4
|
| Uses of IModule in org.jactr.core.module.procedural.six |
|---|
| Subinterfaces of IModule in org.jactr.core.module.procedural.six | |
|---|---|
interface |
IProceduralModule6
|
| Classes in org.jactr.core.module.procedural.six that implement IModule | |
|---|---|
class |
DefaultProceduralModule6
strict harvesting is implemented by DefaultProceduralModule6.addProductionInternal(IProduction). |
| Uses of IModule in org.jactr.core.module.procedural.six.learning |
|---|
| Subinterfaces of IModule in org.jactr.core.module.procedural.six.learning | |
|---|---|
interface |
IProceduralLearningModule6
|
| Classes in org.jactr.core.module.procedural.six.learning that implement IModule | |
|---|---|
class |
DefaultProceduralLearningModule6
production learning is accomplished by listening to the procedural module for firing events.. |
| Uses of IModule in org.jactr.core.module.random |
|---|
| Subinterfaces of IModule in org.jactr.core.module.random | |
|---|---|
interface |
IRandomModule
|
| Uses of IModule in org.jactr.core.module.random.six |
|---|
| Classes in org.jactr.core.module.random.six that implement IModule | |
|---|---|
class |
DefaultRandomModule
|
| Uses of IModule in org.jactr.core.module.retrieval |
|---|
| Subinterfaces of IModule in org.jactr.core.module.retrieval | |
|---|---|
interface |
IRetrievalModule
|
| Uses of IModule in org.jactr.core.module.retrieval.four |
|---|
| Subinterfaces of IModule in org.jactr.core.module.retrieval.four | |
|---|---|
interface |
IRetrievalModule4
|
| Uses of IModule in org.jactr.core.module.retrieval.six |
|---|
| Classes in org.jactr.core.module.retrieval.six that implement IModule | |
|---|---|
class |
DefaultRetrievalModule6
|
| Uses of IModule in org.jactr.modules.pm |
|---|
| Subinterfaces of IModule in org.jactr.modules.pm | |
|---|---|
interface |
IPerceptualMemoryModule
a perceptual module that has a perceptual memory permitting the searching and attending of perceptual information within it. |
interface |
IPerceptualModule
|
| Classes in org.jactr.modules.pm that implement IModule | |
|---|---|
class |
AbstractPerceptualModule
|
| Uses of IModule in org.jactr.modules.pm.aural |
|---|
| Subinterfaces of IModule in org.jactr.modules.pm.aural | |
|---|---|
interface |
IAuralModule
|
| Classes in org.jactr.modules.pm.aural that implement IModule | |
|---|---|
class |
AbstractAuralModule
abstract implementation of the aural module that takes care of most of the details. |
| Uses of IModule in org.jactr.modules.pm.aural.six |
|---|
| Classes in org.jactr.modules.pm.aural.six that implement IModule | |
|---|---|
class |
DefaultAuralModule6
|
| Uses of IModule in org.jactr.modules.pm.common.buffer |
|---|
| Constructors in org.jactr.modules.pm.common.buffer with parameters of type IModule | |
|---|---|
AbstractCapacityPMActivationBuffer6(java.lang.String name,
IModule module)
|
|
AbstractPMActivationBuffer6(java.lang.String name,
IModule module)
|
|
| Uses of IModule in org.jactr.modules.pm.motor |
|---|
| Subinterfaces of IModule in org.jactr.modules.pm.motor | |
|---|---|
interface |
IMotorModule
|
| Classes in org.jactr.modules.pm.motor that implement IModule | |
|---|---|
class |
AbstractMotorModule
abstract motor module that handles just about everything one needs. |
| Uses of IModule in org.jactr.modules.pm.motor.six |
|---|
| Classes in org.jactr.modules.pm.motor.six that implement IModule | |
|---|---|
class |
DefaultMotorModule6
|
| Uses of IModule in org.jactr.modules.pm.visual |
|---|
| Subinterfaces of IModule in org.jactr.modules.pm.visual | |
|---|---|
interface |
IVisualModule
|
| Classes in org.jactr.modules.pm.visual that implement IModule | |
|---|---|
class |
AbstractVisualModule
|
| Uses of IModule in org.jactr.modules.pm.visual.six |
|---|
| Classes in org.jactr.modules.pm.visual.six that implement IModule | |
|---|---|
class |
DefaultVisualModule6
|
| Uses of IModule in org.jactr.modules.pm.vocal |
|---|
| Subinterfaces of IModule in org.jactr.modules.pm.vocal | |
|---|---|
interface |
IVocalModule
|
| Classes in org.jactr.modules.pm.vocal that implement IModule | |
|---|---|
class |
AbstractVocalModule
abstract implementation that |
| Uses of IModule in org.jactr.modules.pm.vocal.six |
|---|
| Classes in org.jactr.modules.pm.vocal.six that implement IModule | |
|---|---|
class |
DefaultVocalModule6
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||