Examples of LinkManager


Examples of org.nlogo.agent.LinkManager

    AgentSet breed =
        breedName == null
            ? world.links()
            : world.getLinkBreed(breedName);
    mustNotBeDirected(breed, context);
    LinkManager linkManager = world.linkManager;
    return linkManager.findLinkFrom(parent, target, breed, true) != null
        || linkManager.findLinkFrom(target, parent, breed, true) != null;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.