tfg.lejos
Class Monitor

java.lang.Object
  extended by tfg.lejos.Monitor
All Implemented Interfaces:
Runnable

public class Monitor
extends Object
implements Runnable

Monitor para implementação da Arquitetura Subsumption

Author:
crawford (LeJOS Forum)

Field Summary
private  Behavior[] behaviors
           
private  ArbitratorEx executor
           
 
Constructor Summary
Monitor(Behavior[] behaviors, ArbitratorEx executor)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

behaviors

private Behavior[] behaviors

executor

private ArbitratorEx executor
Constructor Detail

Monitor

public Monitor(Behavior[] behaviors,
               ArbitratorEx executor)
Method Detail

run

public void run()
Specified by:
run in interface Runnable