All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class moves.Begin

java.lang.Object
   |
   +----moves.EuMove
           |
           +----moves.bracketFamily
                   |
                   +----moves.Begin

public class Begin
extends bracketFamily
implements constants
Implements the LEA command Begin


Constructor Index

 o Begin(EuWrapper, EuWrapper, EuArguments, int)
The constructor checks that no input, argument or beacon is passed, and that there is just one output, the protoRadius.

Method Index

 o ex(int, EuLab)
 o name()
 o number()

Constructors

 o Begin
 public Begin(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

Methods

 o ex
 protected int ex(int segment,
                  EuLab lab) throws LeaException
Overrides:
ex in class bracketFamily
 o name
 public String name()
Overrides:
name in class EuMove
 o number
 public int number()
Overrides:
number in class EuMove

All Packages  Class Hierarchy  This Package  Previous  Next  Index