|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExtension | |
|---|---|
| org.jactr.core.model | |
| org.jactr.core.model.basic | |
| org.jactr.core.model.event | |
| org.jactr.core.module.procedural.six.learning | |
| Uses of IExtension in org.jactr.core.model |
|---|
| Methods in org.jactr.core.model that return IExtension | |
|---|---|
IExtension |
IModel.getExtension(java.lang.Class<? extends IExtension> extensionClass)
return the extension that implements this interface. |
| Methods in org.jactr.core.model that return types with arguments of type IExtension | |
|---|---|
java.util.Collection<IExtension> |
IModel.getExtensions()
return all the installed extensions |
| Methods in org.jactr.core.model with parameters of type IExtension | |
|---|---|
void |
IModel.install(IExtension extension)
install this extension |
| Method parameters in org.jactr.core.model with type arguments of type IExtension | |
|---|---|
IExtension |
IModel.getExtension(java.lang.Class<? extends IExtension> extensionClass)
return the extension that implements this interface. |
| Uses of IExtension in org.jactr.core.model.basic |
|---|
| Methods in org.jactr.core.model.basic that return IExtension | |
|---|---|
IExtension |
BasicModel.getExtension(java.lang.Class<? extends IExtension> extensionClass)
|
| Methods in org.jactr.core.model.basic that return types with arguments of type IExtension | |
|---|---|
java.util.Collection<IExtension> |
BasicModel.getExtensions()
|
| Methods in org.jactr.core.model.basic with parameters of type IExtension | |
|---|---|
void |
BasicModel.install(IExtension extension)
|
| Method parameters in org.jactr.core.model.basic with type arguments of type IExtension | |
|---|---|
IExtension |
BasicModel.getExtension(java.lang.Class<? extends IExtension> extensionClass)
|
| Uses of IExtension in org.jactr.core.model.event |
|---|
| Methods in org.jactr.core.model.event that return IExtension | |
|---|---|
IExtension |
ModelEvent.getExtension()
|
| Constructors in org.jactr.core.model.event with parameters of type IExtension | |
|---|---|
ModelEvent(IModel model,
IExtension extension)
|
|
| Uses of IExtension in org.jactr.core.module.procedural.six.learning |
|---|
| Classes in org.jactr.core.module.procedural.six.learning that implement IExtension | |
|---|---|
class |
UtilityNoiseLearningExtension
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||