Package agent

Examples of agent.Tracer


        Painter agent = new Painter(worlds.get(idWorld), dnaParams, cell, idAgent, progenitor);
        decorateAgent(agent);
    }

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

TOP

Related Classes of agent.Tracer

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.