org.jcsp.nxt.io
Class ActiveMotor

java.lang.Object
  extended by org.jcsp.nxt.io.ActiveMotor
All Implemented Interfaces:
CSProcess

public class ActiveMotor
extends java.lang.Object
implements CSProcess


Constructor Summary
ActiveMotor(lejos.nxt.Motor m, ChannelInputInt in)
           
 
Method Summary
 void run()
          This defines the actions of the process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMotor

public ActiveMotor(lejos.nxt.Motor m,
                   ChannelInputInt in)
Method Detail

run

public void run()
Description copied from interface: CSProcess
This defines the actions of the process.

Specified by:
run in interface CSProcess