Enum mml::syntax::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

Methods

impl Relation
[src]

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]

Formats the value using the given formatter.

impl Copy for Relation
[src]

impl Clone for Relation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<(&'a ItemState<'a>, &'a ItemState<'a>)> for Relation
[src]

Performs the conversion.