AbstractRandomDeployment

abstract class AbstractRandomDeployment<P : Position<out P>>(environment: Environment<*, P>, randomGenerator: RandomGenerator, nodeCount: Int) : Deployment<P>

Parameters

environment
randomGenerator
nodeCount

the number of nodes

Inheritors

Constructors

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

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
open override fun stream(): Stream<P>