gpsys.lawnmower
Class LawnMowerTypes

java.lang.Object
  |
  +--gpsys.Type
        |
        +--gpsys.lawnmower.LawnMowerTypes

public class LawnMowerTypes
extends Type

Extend the types to include our new Vector2Mod8 type.

Version:
$Revision: 1.1 $, $Date: 2000/07/05 16:26:49 $
Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
See Also:
Serialized Form

Field Summary
static Type Vector2Mod8
          The Vector2Mod8 type.
static int Vector2Mod8_typedID
          The type ID for the Vector2Mod8 type.
 
Fields inherited from class gpsys.Type
BOOLEAN, BOOLEAN_typeID, BYTE, BYTE_typeID, CHAR, CHAR_typeID, DOUBLE, DOUBLE_typeID, FLOAT, FLOAT_typeID, INT, INT_typeID, LONG, LONG_typeID, MEM_BOOLEAN, MEM_BOOLEAN_typeID, MEM_BYTE, MEM_BYTE_typeID, MEM_CHAR, MEM_CHAR_typeID, MEM_DOUBLE, MEM_DOUBLE_typeID, MEM_FLOAT, MEM_FLOAT_typeID, MEM_INT, MEM_INT_typeID, MEM_LONG, MEM_LONG_typeID, MEM_OBJECT, MEM_OBJECT_typeID, MEM_SHORT, MEM_SHORT_typeID, OBJECT, OBJECT_typeID, SHORT, SHORT_typeID, typeID, typeName
 
Constructor Summary
LawnMowerTypes()
           
 
Methods inherited from class gpsys.Type
toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

Vector2Mod8

public static final Type Vector2Mod8
The Vector2Mod8 type.

Vector2Mod8_typedID

public static final int Vector2Mod8_typedID
The type ID for the Vector2Mod8 type.
Constructor Detail

LawnMowerTypes

public LawnMowerTypes()