Enum mml::core::item::relation::Relation
[−]
[src]
pub enum Relation {
Association,
Aggregation,
Composition,
Realization,
Dependency,
None,
}The enumeration Relation is the relationship specification from UML 2.5 without generalization.
Variants
AssociationAggregationCompositionRealizationDependencyNoneMethods
impl Relation[src]
fn as_style(&self) -> ArrowShape
The method as_style returns a stylized arrow (See Table B.2 UML Edges from UML 2.5.
Trait Implementations
impl Debug for Relation[src]
impl Copy for Relation[src]
impl Clone for Relation[src]
fn clone(&self) -> Relation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more