Class CloseToAlreadyDeployed
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Deployment
,kotlin.collections.Iterable
,kotlin.collections.MutableIterable
public final class CloseToAlreadyDeployed<T extends Object, P extends Position<P>> extends AbstractCloseTo<T, P>
This it.unibo.alchemist.model.Deployment places new nodes in the proximity of those already included in the environment. Behaviour if there are no nodes already inserted is undefined.
-
-
Constructor Summary
Constructors Constructor Description CloseToAlreadyDeployed(RandomGenerator randomGenerator, Environment<T, P> environment, Integer nodeCount, Double variance)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.deployments.AbstractCloseTo
stream
-
Methods inherited from class it.unibo.alchemist.model.Deployment
getAssociatedLinkingRule, iterator
-
Methods inherited from class kotlin.collections.Iterable
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)
-
-
-
-