|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlejos.nxt.Motor
public class Motor
Motor class. Contains three instances of Motor. Usage: Motor.A.forward(5000); This version of the Motor class supports remote execution.
Field Summary | |
---|---|
static RemoteMotor |
A
Motor A. |
static RemoteMotor |
B
Motor B. |
static RemoteMotor |
C
Motor C. |
Constructor Summary | |
---|---|
Motor()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RemoteMotor A
public static final RemoteMotor B
public static final RemoteMotor C
Constructor Detail |
---|
public Motor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |