Package 

Class CloseToAlreadyDeployed

  • All Implemented Interfaces:
    it.unibo.alchemist.loader.deployments.Deployment , kotlin.collections.Iterable , kotlin.collections.MutableIterable

    
    public final class CloseToAlreadyDeployed<T extends Object, P extends Position<P>>
    extends AbstractCloseTo<T, P>
                        

    This Deployment places new nodes in the proximity of those already included in the environment. Behaviour if there are no nodes already inserted is undefined.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.loader.deployments.CloseToAlreadyDeployed

        stream
      • Methods inherited from class it.unibo.alchemist.loader.deployments.AbstractCloseTo

        getAssociatedLinkingRule, iterator
      • Methods inherited from class kotlin.collections.MutableIterable

        forEach, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CloseToAlreadyDeployed

        CloseToAlreadyDeployed(RandomGenerator randomGenerator, Environment<T, P> environment, Integer nodeCount, Double variance)
    • Method Detail