Trait dmntk_model::model::NamedElement[][src]

pub trait NamedElement: DmnElement {
    fn name(&self) -> &str;
fn feel_name(&self) -> &Option<Name>; }
Expand description

NamedElement adds the required attribute name to DmnElement.

Required methods

Returns the name of this element.

Returns the optional FEEL name for this element.

Implementors