Point

class Point<P : Position<out P>?> : Deployment<P>

A single node in a single point.

Parameters

<P>

position type

Constructors

Link copied to clipboard
constructor(environment: Environment<out Any, P>, x: Double, y: 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
open fun stream(): Stream<P>