Package eas.users.students.danielFunke.pacman.components

Examples of eas.users.students.danielFunke.pacman.components.TrueInterrupt


    this.addSensor(new DirtFrontSensor());
    this.addSensor(new DirtRearSensor());
    this.addSensor(new DirtLeftSensor());
    this.addSensor(new DirtRightSensor());
   
    this.addSensor(new TrueInterrupt());
    this.addSensor(new TouchInterrupt());
   
    this.addActuator(new CleanActuator());
    this.addActuator(new MoveActuator());
    this.addActuator(new RotateActuator());
View Full Code Here


    this.addSensor(new DirtFrontSensor());
    this.addSensor(new DirtRearSensor());
    this.addSensor(new DirtLeftSensor());
    this.addSensor(new DirtRightSensor());
   
    this.addSensor(new TrueInterrupt());
    this.addSensor(new TouchInterrupt());
   
    this.addActuator(new DirtActuator());
    this.addActuator(new MoveActuator());
    this.addActuator(new RotateActuator());
View Full Code Here

TOP

Related Classes of eas.users.students.danielFunke.pacman.components.TrueInterrupt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.