All Packages Class Hierarchy This Package Previous Next Index
Class fundamentals.EuBeacon
java.lang.Object
|
+----fundamentals.EuBeacon
- public class EuBeacon
- extends Object
-
CCW
- A constant indicating the ccw beacon
-
CW
- A constant indicating the cw beacon
-
MINUS
- A constant indicating the minus beacon
-
NEW
- A constant indicating the new beacon
-
OLD
- A constant indicating the old beacon
-
PLUS
- A constant indicating the plus beacon
-
PM
- A constant indicating the pm beacon
-
EuBeacon(int)
-
-
is(int)
-
-
toString()
-
PM
public static final int PM
- A constant indicating the pm beacon
PLUS
public static final int PLUS
- A constant indicating the plus beacon
MINUS
public static final int MINUS
- A constant indicating the minus beacon
OLD
public static final int OLD
- A constant indicating the old beacon
NEW
public static final int NEW
- A constant indicating the new beacon
CW
public static final int CW
- A constant indicating the cw beacon
CCW
public static final int CCW
- A constant indicating the ccw beacon
EuBeacon
public EuBeacon(int b)
toString
public String toString()
- Returns:
- The standard LEA program representation of the beacon
- Overrides:
- toString in class Object
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