public class LM_World extends World
| Modifier and Type | Class and Description |
|---|---|
static class |
LM_World.Direction
The Enum Direction.
|
(package private) class |
LM_World.Position
The Class Position.
|
(package private) class |
LM_World.Site
The Class Site.
|
(package private) class |
LM_World.Sound
The Class Sound.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DIR_E
The Constant DIR_E.
|
static int |
DIR_N
The Constant DIR_N.
|
static int |
DIR_NE
The Constant DIR_NE.
|
static int |
DIR_NONE
The Constant DIR_NONE.
|
static int |
DIR_NW
The Constant DIR_NW.
|
static int |
DIR_S
The Constant DIR_S.
|
static int |
DIR_SE
The Constant DIR_SE.
|
static int |
DIR_SW
The Constant DIR_SW.
|
static int |
DIR_W
The Constant DIR_W.
|
protected LM_World.Site[][] |
squareLattice
The square lattice.
|
| Constructor and Description |
|---|
LM_World() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
init()
User-implemented initialization method, called by start().
|
addEntity, addEntityStateAttribute, addLaw, configure, entityAdded, entityRemoved, finit, getAddress, getEntityList, getEntityStateAttribute, getLaw, getParameters, getWorldGUI, parameterUpdate, processCommand, receiveCommand, removeEntity, removeEntityStateAttribute, removeLaw, sendCommand, setEnvAgent, setParameters, setWorldGUI, start, stoppublic static final int DIR_NONE
public static final int DIR_N
public static final int DIR_NW
public static final int DIR_W
public static final int DIR_SW
public static final int DIR_S
public static final int DIR_SE
public static final int DIR_E
public static final int DIR_NE
protected LM_World.Site[][] squareLattice