|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPathExecutorState | |
|---|---|
| cz.cuni.amis.pogamut.base.agent.navigation | |
| cz.cuni.amis.pogamut.base.agent.navigation.impl | |
| Uses of IPathExecutorState in cz.cuni.amis.pogamut.base.agent.navigation |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.navigation that return types with arguments of type IPathExecutorState | |
|---|---|
cz.cuni.amis.utils.flag.ImmutableFlag<IPathExecutorState> |
IPathExecutor.getState()
Returns a flag with the state of the executor - it is desirable you to set up listeners on this flag as it publish important informations about the path execution. |
| Uses of IPathExecutorState in cz.cuni.amis.pogamut.base.agent.navigation.impl |
|---|
| Classes in cz.cuni.amis.pogamut.base.agent.navigation.impl that implement IPathExecutorState | |
|---|---|
class |
BasePathExecutorState
Represents simple implementation of the IPathExecutorState containing just the state. |
| Fields in cz.cuni.amis.pogamut.base.agent.navigation.impl with type parameters of type IPathExecutorState | |
|---|---|
protected cz.cuni.amis.utils.flag.Flag<IPathExecutorState> |
AbstractPathExecutor.state
|
| Methods in cz.cuni.amis.pogamut.base.agent.navigation.impl that return IPathExecutorState | |
|---|---|
protected IPathExecutorState |
BasePathExecutor.createState(PathExecutorState state)
Utility method that is responsible for creating new state for the path executor. |
| Methods in cz.cuni.amis.pogamut.base.agent.navigation.impl that return types with arguments of type IPathExecutorState | |
|---|---|
cz.cuni.amis.utils.flag.ImmutableFlag<IPathExecutorState> |
AbstractPathExecutor.getState()
|
| Methods in cz.cuni.amis.pogamut.base.agent.navigation.impl with parameters of type IPathExecutorState | |
|---|---|
protected void |
AbstractPathExecutor.switchState(IPathExecutorState newState)
Simple method that sets new AbstractPathExecutor state into AbstractPathExecutor.state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||