All Packages Class Hierarchy This Package Previous Next Index
Class moves.End
java.lang.Object
|
+----moves.EuMove
|
+----moves.bracketFamily
|
+----moves.End
- public class End
- extends bracketFamily
- implements constants
Implements the LEA command End
-
End(EuWrapper, EuWrapper, EuArguments, int)
- The constructor checks that no input, argument or beacon is passed,
and that there is just one output, the protoRadius.
-
ex(int, EuLab)
-
-
name()
-
-
number()
-
End
public End(EuWrapper in,
EuWrapper out,
EuArguments args,
int beacon) throws LeaSyntaxException
- The constructor checks that no input, argument or beacon is passed,
and that there is just one output, the protoRadius.
- Parameters:
- in - the input @see EuWrapper
- out - the output @see EuWrapper
- args - arguments
- beacon - a beacon, or 0 if no such was requested
ex
protected int ex(int segment,
EuLab lab) throws LeaException
- Overrides:
- ex in class bracketFamily
name
public String name()
- Overrides:
- name in class EuMove
number
public int number()
- Overrides:
- number in class EuMove
All Packages Class Hierarchy This Package Previous Next Index