UMLComponentDiagram.relate

Add a relation between two components and increase the count on the class related TO.

class UMLComponentDiagram
@safe
void
relate
out { assert (from in components); assert (to in components); assert (kind != Relate.Kind.None); }

Meta