Package presage

Examples of presage.ScriptedEvent


    {
      geneticAgentIds.add(a.getId());
    }

    agents.put(a.getId(), a);
    scriptManager.addPreEvent(new ScriptedEvent(-1, new ActivateParticipant(a.getId())));
  }
View Full Code Here


   * @param a The agent to add
   */
  protected final void addAgent(AbstractAgent a)
  {
    agents.put(a.getId(), a);
    ms.addPreEvent(new ScriptedEvent(-1, new ActivateParticipant(a.getId())));
  }
View Full Code Here

TOP

Related Classes of presage.ScriptedEvent

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.