LabelTerm

abstract class LabelTerm

A symbolic representation of a label expression.

Constructors

LabelTerm
Link copied to clipboard
fun LabelTerm()

Functions

confidentiality
Link copied to clipboard
abstract fun confidentiality(): LabelTerm?

Term that corresponds to performing Label.confidentiality.

getValue
Link copied to clipboard
abstract fun getValue(solution: ConstraintSolution): Label

Returns the value of this term given an assignment of values to every variable in the term.

integrity
Link copied to clipboard
abstract fun integrity(): LabelTerm?

Term that corresponds to performing Label.integrity.

Inheritors

AtomicLabelTerm
Link copied to clipboard