All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fundamentals.EuBeacon

java.lang.Object
   |
   +----fundamentals.EuBeacon

public class EuBeacon
extends Object

Variable Index

 o CCW
A constant indicating the ccw beacon
 o CW
A constant indicating the cw beacon
 o MINUS
A constant indicating the minus beacon
 o NEW
A constant indicating the new beacon
 o OLD
A constant indicating the old beacon
 o PLUS
A constant indicating the plus beacon
 o PM
A constant indicating the pm beacon

Constructor Index

 o EuBeacon(int)

Method Index

 o is(int)
 o toString()

Variables

 o PM
 public static final int PM
A constant indicating the pm beacon

 o PLUS
 public static final int PLUS
A constant indicating the plus beacon

 o MINUS
 public static final int MINUS
A constant indicating the minus beacon

 o OLD
 public static final int OLD
A constant indicating the old beacon

 o NEW
 public static final int NEW
A constant indicating the new beacon

 o CW
 public static final int CW
A constant indicating the cw beacon

 o CCW
 public static final int CCW
A constant indicating the ccw beacon

Constructors

 o EuBeacon
 public EuBeacon(int b)

Methods

 o toString
 public String toString()
Returns:
The standard LEA program representation of the beacon
Overrides:
toString in class Object
 o is
 public boolean is(int other)
Parameters:
other - a beacon
Returns:
true if the beacon is the same as the one passed

All Packages  Class Hierarchy  This Package  Previous  Next  Index