CONTEXT - Context of this sense, used to manipulate the environment.RETURN - Class of object this action returns every time it is queried.public abstract class StateSense<CONTEXT extends Context,RETURN> extends Object implements ISense<RETURN>
| Modifier and Type | Field and Description |
|---|---|
protected CONTEXT |
ctx
Context for the action
|
| Modifier | Constructor and Description |
|---|---|
protected |
StateSense(CONTEXT ctx)
Create new sense with context.
|
protected |
StateSense(String name,
CONTEXT ctx)
Create new sense with context.
|
protected StateSense(String name, CONTEXT ctx)
name - name of the sense.ctx - action context, used as shared memory or environment interactor.protected StateSense(CONTEXT ctx)
ctx - action context, used as shared memory or environment interactor.Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.