CloseToAlreadyDeployed

class CloseToAlreadyDeployed<T, P : Position<P>>(randomGenerator: RandomGenerator, environment: Environment<T, P>, nodeCount: Int, variance: Double) : 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.

Constructors

Link copied to clipboard
constructor(randomGenerator: RandomGenerator, environment: Environment<T, P>, nodeCount: Int, variance: Double)

Functions

Link copied to clipboard
open fun forEach(p0: Consumer<in P>)
Link copied to clipboard
@Nullable
open fun <T : Any> getAssociatedLinkingRule(): LinkingRule<T, P>?

Optional LinkingRule associated to the deployment.

Link copied to clipboard
open operator override fun iterator(): MutableIterator<P>
Link copied to clipboard
Link copied to clipboard
override fun stream(): Stream<P>