All Packages Class Hierarchy This Package Previous Next Index
Class moves.NewCircle
java.lang.Object
|
+----moves.EuMove
|
+----moves.newFamily
|
+----moves.NewCircle
- public class NewCircle
- extends newFamily
- implements constants
Implements the LEA command NewCircle
-
NewCircle(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;
-
argumentNumber()
-
-
argumentSubType()
-
-
makeExplicit()
-
-
name()
-
-
number()
-
NewCircle
public NewCircle(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
argumentNumber
protected int argumentNumber()
- Overrides:
- argumentNumber in class newFamily
argumentSubType
protected int argumentSubType()
- Overrides:
- argumentSubType in class newFamily
makeExplicit
protected EuObject makeExplicit() throws LeaRuntimeException, WarningTurnedException
- Overrides:
- makeExplicit in class newFamily
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