UMLComponentDiagram.relateTo

Use to retrieve the relation struct for the key.

class UMLComponentDiagram
pure @safe
Relate
relateTo
()

Examples

diagram.relateTo(Key("foo")).put(Key("bar"), Relate.Kind.Associate);

Meta