Package agent

Examples of agent.Painter


            controller.writeInfo("<-- agent died: " + agent.toString());
        }
    }

    private void generatePainter(short idWorld, Cell cell, DNAparameters dnaParams, short idAgent, short progenitor) {
        Painter agent = new Painter(worlds.get(idWorld), dnaParams, cell, idAgent, progenitor);
        decorateAgent(agent);
    }
View Full Code Here

TOP

Related Classes of agent.Painter

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.