Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Subgraph_Rank

mattt edited this page Nov 16, 2020 · 2 revisions

Subgraph.Rank

Rank constraints on the nodes in a subgraph. If rank="same", all nodes are placed on the same rank. If rank="min", all nodes are placed on the minimum rank. If rank="source", all nodes are placed on the minimum rank, and the only nodes on the minimum rank belong to some subgraph whose rank attribute is "source" or "min". Analogous criteria hold for rank="max" and rank="sink". (Note:​ the minimum rank is topmost or leftmost, and the maximum rank is bottommost or rightmost.)

public enum Rank

Inheritance

String

Enumeration Cases

same

case same

min

case min

max

case max

sink

case sink

source

case source
Clone this wiki locally