edu.udo.cs.ie.cowbots.env
Class MassimSVGReader.Cell
java.lang.Object
edu.udo.cs.ie.cowbots.env.MassimSVGReader.Cell
- Enclosing class:
- MassimSVGReader
public class MassimSVGReader.Cell
- extends java.lang.Object
data structure to hold cell information
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
y
public int y
t
public int t
T_OBSTACLE
public static final int T_OBSTACLE
- See Also:
- Constant Field Values
T_SWITCH
public static final int T_SWITCH
- See Also:
- Constant Field Values
T_FENCE
public static final int T_FENCE
- See Also:
- Constant Field Values
T_COW
public static final int T_COW
- See Also:
- Constant Field Values
T_AGENTA
public static final int T_AGENTA
- See Also:
- Constant Field Values
T_AGENTB
public static final int T_AGENTB
- See Also:
- Constant Field Values
T_CORRALA
public static final int T_CORRALA
- See Also:
- Constant Field Values
T_CORRALB
public static final int T_CORRALB
- See Also:
- Constant Field Values
MassimSVGReader.Cell
public MassimSVGReader.Cell(int x,
int y,
int type)