Trait dmntk_model::model::Expression[][src]

pub trait Expression: DmnElement {
    fn type_ref(&self) -> &Option<String>;
}
Expand description

Expression is an abstract class that describes the logic by which a modeled decision shall be made, or pieces of that logic.

Required methods

Optional namespace-prefixed name of the base type of this Expression.

Implementors