Circle

Parameters

<P>

Constructors

Link copied to clipboard
constructor(pm: Environment<out Any, P>, rand: RandomGenerator, nodes: Int, centerX: Double, centerY: Double, radius: Double)

Functions

Link copied to clipboard
open fun forEach(action: Consumer<in T>)
Link copied to clipboard
@Nullable
open fun <T> getAssociatedLinkingRule(): LinkingRule<T, P>
Optional LinkingRule associated to the deployment.
Link copied to clipboard
open fun iterator(): Iterator<P>
abstract fun iterator(): Iterator<T>
Link copied to clipboard
Link copied to clipboard
abstract fun stream(): Stream<P>
open fun stream(): Stream<P>