Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
I
S
T
U
G
getDefaultTypeDuration()
- Method in class com.gos4j.
Gos4jConfig
Returns the defaultTypeDuration.
getGoalManager()
- Static method in class com.gos4j.
Gos4j
This method provides access to the implementation of the
GoalManager
suitable for your application.
getGoalType(GoalName)
- Method in interface com.gos4j.
GoalManager
This provides the
GoalType
for the given
name
getInstance()
- Static method in class com.gos4j.
Gos4jConfig
This provides the static config.
getMaxPriority()
- Method in class com.gos4j.
Gos4jConfig
Returns the maxPriority.
getMinPriority()
- Method in class com.gos4j.
Gos4jConfig
Returns the minPriority.
getName()
- Method in class com.gos4j.
GoalName
Returns the name.
getProgressPercentage()
- Method in interface com.gos4j.
Goal
The provides the current progress.
getProgressProportion()
- Method in interface com.gos4j.
Goal
This provide the current progress.
getProgressStage()
- Method in interface com.gos4j.
Goal
This provides the current progress.
getTypedExampleSmoothingFactor()
- Method in class com.gos4j.
Gos4jConfig
Returns the typedExampleSmoothingFactor.
getUpdateCyclePeriod()
- Method in class com.gos4j.
Gos4jConfig
Method getUpdateCyclePeriod.
getUpdateThreadName()
- Method in class com.gos4j.
Gos4jConfig
Method getUpdateThreadName.
getUpdateThreadPriority()
- Method in class com.gos4j.
Gos4jConfig
Method getUpdateThreadPriority.
Goal
- interface com.gos4j.
Goal
.
This interface represents a single pass at a goal within the system.
GoalManager
- interface com.gos4j.
GoalManager
.
The
GoalManager
provides access to the
GoalType
s for each
GoalName
.
GoalName
- class com.gos4j.
GoalName
.
This provides a class to encapsulate named
GoalType
s.
GoalName(String)
- Constructor for class com.gos4j.
GoalName
Constructor for GoalName.
GoalStateException
- exception com.gos4j.
GoalStateException
.
This exception indicates a state transition error in
Goal
processing instructions.
GoalStateException()
- Constructor for class com.gos4j.
GoalStateException
Constructor for GoalStateException.
GoalStateException(String)
- Constructor for class com.gos4j.
GoalStateException
Constructor for GoalStateException.
GoalStateException(String, Throwable)
- Constructor for class com.gos4j.
GoalStateException
Constructor for GoalStateException.
GoalStateException(Throwable)
- Constructor for class com.gos4j.
GoalStateException
Constructor for GoalStateException.
GoalType
- interface com.gos4j.
GoalType
.
GoalType
s are useful long lived templates for
Goal
s, which should be used to create each short lived
Goal
.
Gos4j
- class com.gos4j.
Gos4j
.
Using Gos4j
starts here
.
Gos4jConfig
- class com.gos4j.
Gos4jConfig
.
This holds the configuration of the Gos4j system.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
I
S
T
U