Package org.janusproject.kernel.status

Examples of org.janusproject.kernel.status.Status


  }

  @Override
  protected Status activateBehaviour(Iterator<? extends Agent> agents) {
    this.environment.runBehaviour();
    Status s = super.activateBehaviour(agents);
    if (this.waitDuration>0) {
      try {
        Thread.sleep(this.waitDuration);
      }
      catch (InterruptedException e) {
View Full Code Here

TOP

Related Classes of org.janusproject.kernel.status.Status

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.