Bounds

Provides bounds for a SecurityLattice given bounds for T.

Constructors

Link copied to clipboard
fun <T : Lattice<T>> Bounds(bounds: BoundedLattice<T>)

Properties

Link copied to clipboard
open override val bottom: SecurityLattice<T>

The least element of T.

Link copied to clipboard
open override val strongest: SecurityLattice<T>

The most powerful principal.

Link copied to clipboard
open override val top: SecurityLattice<T>

The greatest element of T.

Link copied to clipboard
open override val weakest: SecurityLattice<T>

The least powerful principal.