net.pakl.rl
Interface SubdivisionIdentification
- All Known Implementing Classes:
- ReadingStateParallelRelative, ReadingStateRelative
public interface SubdivisionIdentification
Allows a state to identify the patch to which it belongs in case an agent
needs to retrieve the value of this state; typically the name of the patch
is the name of the value function that needs to be loaded by the agent.
|
Method Summary |
java.lang.String |
getPatchName()
Returns the name of the patch in which the agent should look for the
value of this state. |
getPatchName
java.lang.String getPatchName()
- Returns the name of the patch in which the agent should look for the
value of this state.