|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapOperator
the MapOperator models the interface for any knowledge operator that intends to operate on environmental information based upon the gridmap data structure.
Method Summary | |
---|---|
void |
assignMap(GridMap map)
initialization routine, any operator has to accept the map instance provided as the first parameter |
java.util.List<ELPLiteral> |
getExploredCells()
returns the explorations an agent made at the current turn. respecting the massim scenario, an operator implementing this interface is expected to provide any cow seen the current turn, too. |
GridMap |
getGridMap()
returns the gridmap associated with the knowledge operator implementing this interface |
Method Detail |
---|
void assignMap(GridMap map)
map
- environment instancejava.util.List<ELPLiteral> getExploredCells()
GridMap getGridMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |