Specific Positions
class SpecificPositions(environment: Environment<*, *>, positions: Iterable<Number>) : Deployment<Position<*>>
Content copied to clipboard
Given an environment and a list of list of numbers, it creates a list of the right position type for the environment.
Constructors
Link copied to clipboard
fun SpecificPositions(environment: Environment<*, *>, vararg positions: Iterable<Number>)
Content copied to clipboard
Functions
Link copied to clipboard
open fun <T : Any> getAssociatedLinkingRule(): LinkingRule<T, Position<*>>?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard