Layer
Interface for static layer, containing a substance or a molecule with a spatial distribution.
Parameters
<T>
the value that measure the substance in a point.
<P>
Concentration type
Functions
Link copied to clipboard
fun <T, P : Position<out P>> Layer<T, P>.toGraphQLLayerSurrogate(posMapping: (List<Number>) -> P): LayerSurrogate<T, P>
Converts a it.unibo.alchemist.model.Layer to a LayerSurrogate.