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

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


    this.addSensor(new DirtRightSensor());
   
    this.addSensor(new TrueInterrupt());
    this.addSensor(new TouchInterrupt());
   
    this.addActuator(new CleanActuator());
    this.addActuator(new MoveActuator());
    this.addActuator(new RotateActuator());
   
    this.implantBrain(new MDL2eBrain<AbstractAgent2D<?>>(this, new File("eas/users/students/danielFunke/pacman/CleaningAgent.xml")));
   
View Full Code Here

TOP

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

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.