Trait sysml_model::Element
source · pub trait Element {
// Provided methods
fn id(&self) -> Option<&str> { ... }
fn name(&self) -> Option<&str> { ... }
fn short_name(&self) -> Option<&str> { ... }
fn is_library_element(&self) -> bool { ... }
}Provided Methods§
sourcefn short_name(&self) -> Option<&str>
fn short_name(&self) -> Option<&str>
The short name of the element, if any.
sourcefn is_library_element(&self) -> bool
fn is_library_element(&self) -> bool
Whether this Element is contained in the ownership tree of
a library model.