|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.gos4j.Gos4jConfig
This holds the configuration of the Gos4j system.
You can set the following configuration options:
| Method Summary | |
long |
getDefaultTypeDuration()
Returns the defaultTypeDuration. |
static com.gos4j.Gos4jConfig |
getInstance()
This provides the static config. |
int |
getMaxPriority()
Returns the maxPriority. |
int |
getMinPriority()
Returns the minPriority. |
int |
getTypedExampleSmoothingFactor()
Returns the typedExampleSmoothingFactor. |
long |
getUpdateCyclePeriod()
Method getUpdateCyclePeriod. |
java.lang.String |
getUpdateThreadName()
Method getUpdateThreadName. |
int |
getUpdateThreadPriority()
Method getUpdateThreadPriority. |
void |
setDefaultTypeDuration(long defaultTypeDuration)
Sets the defaultTypeDuration. |
void |
setMaxPriority(int maxPriority)
Sets the maxPriority. |
void |
setMinPriority(int minPriority)
Sets the minPriority. |
void |
setTypedExampleSmoothingFactor(int typedExampleSmoothingFactor)
Sets the typedExampleSmoothingFactor. |
void |
setUpdateCyclePeriod(long updateCyclePeriod)
Sets the updateCyclePeriod. |
void |
setUpdateThreadName(java.lang.String updateThreadName)
Sets the updateThreadName. |
void |
setUpdateThreadPriority(int updateThreadPriority)
Sets the updateThreadPriority. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static com.gos4j.Gos4jConfig getInstance()
public long getDefaultTypeDuration()
public void setDefaultTypeDuration(long defaultTypeDuration)
defaultTypeDuration - The defaultTypeDuration to setpublic int getMaxPriority()
public int getMinPriority()
public void setMaxPriority(int maxPriority)
maxPriority - The maxPriority to setpublic void setMinPriority(int minPriority)
minPriority - The minPriority to setpublic int getTypedExampleSmoothingFactor()
public void setTypedExampleSmoothingFactor(int typedExampleSmoothingFactor)
typedExampleSmoothingFactor - The typedExampleSmoothingFactor to setpublic long getUpdateCyclePeriod()
public void setUpdateCyclePeriod(long updateCyclePeriod)
updateCyclePeriod - The updateCyclePeriod to setpublic int getUpdateThreadPriority()
public java.lang.String getUpdateThreadName()
public void setUpdateThreadName(java.lang.String updateThreadName)
updateThreadName - The updateThreadName to setpublic void setUpdateThreadPriority(int updateThreadPriority)
updateThreadPriority - The updateThreadPriority to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||