All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class moves.NewRadius

java.lang.Object
   |
   +----moves.EuMove
           |
           +----moves.newFamily
                   |
                   +----moves.NewRadius

public class NewRadius
extends newFamily
implements constants
Implements the LEA command NewRadius


Constructor Index

 o NewRadius(EuWrapper, EuWrapper, EuArguments, int)
The constructor checks that no input or beacon is passed, that the number of arguments fit, and that there is just one output, of the right type;

Method Index

 o argumentNumber()
 o argumentSubType()
 o makeExplicit()
 o name()
 o number()

Constructors

 o NewRadius
 public NewRadius(EuWrapper in,
                  EuWrapper out,
                  EuArguments args,
                  int beacon) throws LeaSyntaxException
The constructor checks that no input or beacon is passed, that the number of arguments fit, and that there is just one output, of the right type;

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 argumentNumber
 protected int argumentNumber()
Overrides:
argumentNumber in class newFamily
 o argumentSubType
 protected int argumentSubType()
Overrides:
argumentSubType in class newFamily
 o makeExplicit
 protected EuObject makeExplicit() throws LeaRuntimeException, WarningTurnedException
Overrides:
makeExplicit in class newFamily
 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