ConstraintSpec

inner class ConstraintSpec(val layerName: String)

DSL helper for specifying directional accessibility constraints on a layer.

Constructors

Link copied to clipboard
constructor(layerName: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Asserts that no other defined layer in the system is allowed to access this layer.

Link copied to clipboard

Asserts that this layer is only allowed to access the specified subset of layers.

Link copied to clipboard

Asserts that this layer can only be accessed by the specified subset of layers.