PlantumlModule.relate

Make a relation between two things in plantuml.

Ensured that the relation is well formed at compile time. Allows further manipulation of the relation and still ensuring correctness at compile time.

class PlantumlModule
Relation
relate
(
T
)

Parameters

a T

left relation

b T

right relation

relate Relate

type of relation between a/b

Meta