edu.udo.cs.ie.cowbots.env
Class MassimSVGReader.Cell

Package class diagram package MassimSVGReader.Cell
java.lang.Object
  extended by 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


Field Summary
 int t
           
static int T_AGENTA
           
static int T_AGENTB
           
static int T_CORRALA
           
static int T_CORRALB
           
static int T_COW
           
static int T_FENCE
           
static int T_OBSTACLE
           
static int T_SWITCH
           
 int x
           
 int y
           
 
Constructor Summary
MassimSVGReader.Cell(int x, int y, int type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MassimSVGReader.Cell

public MassimSVGReader.Cell(int x,
                            int y,
                            int type)