enums
Define enumerations for ContextDiagram types.
EDGE_DIRECTION 🔗
Bases: Enum
Reroute direction of edges.
| ATTRIBUTE | DESCRIPTION |
|---|---|
NONE |
No rerouting of edges.
|
SMART |
Reroute edges to follow the primary direction of data flow.
|
LEFT |
Edges are always placed on the left side.
|
RIGHT |
Edges are always placed on the right side.
|
TREE |
Reroute edges to follow a tree-like structure.
|
MODE 🔗
Bases: Enum
Context collection mode.
| ATTRIBUTE | DESCRIPTION |
|---|---|
WHITEBOX |
Collect target context and its children's context.
|
BLACKBOX |
Collect target context only.
|
GREYBOX |
Collect target context and its children's context, but limit parent relationship resolution to first level only.
|