|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.module.AbstractModule
org.jactr.core.module.imaginal.six.DefaultImaginalModule6
public class DefaultImaginalModule6
| Field Summary |
|---|
| Fields inherited from interface org.jactr.core.module.imaginal.IImaginalModule |
|---|
IMAGINAL_ADD_DELAY_PARAM, IMAGINAL_BUFFER, IMAGINAL_LOG, IMAGINAL_MODIFY_DELAY_PARAM, IMAGINAL_RANDOMIZE_DELAY_PARAM |
| Constructor Summary | |
|---|---|
DefaultImaginalModule6()
|
|
| Method Summary | |
|---|---|
void |
dispose()
release any resources. |
double |
getAddDelayTime()
|
double |
getModifyDelayTime()
|
java.lang.String |
getParameter(java.lang.String key)
return parameter value - null if not defined. |
java.util.Collection<java.lang.String> |
getPossibleParameters()
Return all parameters that can be read |
java.util.Collection<java.lang.String> |
getSetableParameters()
Return list of all parameters that can be set. |
void |
initialize()
this will be called after all the modules have been installed permitting the module to attach listeners to other modules. |
boolean |
isRandomizeDelaysEnabled()
|
void |
reset()
reset the module. |
void |
setAddDelayTime(double addDelayTime)
set the amount of time it takes to add a new chunk to the imaginal buffer |
void |
setModifyDelayTime(double modDelayTime)
set the amount of time it takes for modification requests |
void |
setParameter(java.lang.String key,
java.lang.String value)
Set the named parameter |
void |
setRandomizeDelaysEnabled(boolean enabled)
|
| Methods inherited from class org.jactr.core.module.AbstractModule |
|---|
delayedFuture, getExecutor, getModel, getName, immediateFuture, immediateReturn, install, uninstall |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jactr.core.module.IModule |
|---|
getModel, getName, install |
| Methods inherited from interface org.jactr.core.utils.IInstallable |
|---|
uninstall |
| Constructor Detail |
|---|
public DefaultImaginalModule6()
| Method Detail |
|---|
public void initialize()
IModule
initialize in interface IModuleinitialize in interface IInitializableinitialize in class AbstractModuleAbstractModule.initialize()public void dispose()
IModule
dispose in interface IModuledispose in class AbstractModulepublic double getAddDelayTime()
getAddDelayTime in interface IImaginalModulepublic double getModifyDelayTime()
getModifyDelayTime in interface IImaginalModulepublic boolean isRandomizeDelaysEnabled()
isRandomizeDelaysEnabled in interface IImaginalModulepublic void setAddDelayTime(double addDelayTime)
IImaginalModule
setAddDelayTime in interface IImaginalModulepublic void setModifyDelayTime(double modDelayTime)
IImaginalModule
setModifyDelayTime in interface IImaginalModulepublic void setRandomizeDelaysEnabled(boolean enabled)
setRandomizeDelaysEnabled in interface IImaginalModulepublic java.util.Collection<java.lang.String> getSetableParameters()
IParameterized
getSetableParameters in interface IParameterizedpublic java.util.Collection<java.lang.String> getPossibleParameters()
IParameterized
getPossibleParameters in interface IParameterizedpublic java.lang.String getParameter(java.lang.String key)
IParameterized
getParameter in interface IParameterizedkey - Description of the Parameter
public void setParameter(java.lang.String key,
java.lang.String value)
IParameterized
setParameter in interface IParameterizedpublic void reset()
IModule
reset in interface IModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||