Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

How can I find start nodes and end nodes in a directed graph?

0 votes
in Help by (3.4k points)

1 Answer

+1 vote
 
Best answer

To find graph elements that carry specific structural or graphical properties use [Select Elements] in the [Tools] menu.

To mark all start nodes, i.e. nodes that have no predecessors, go to the tab [Nodes] and select:

  1. Use these Criteria : true
  2. Criteria : Indegree
  3. Maximal Degree : 0

To mark end nodes, i.e. nodes that have no successors, select

  1. Use these Criteria : true
  2. Criteria : Outdegree
  3. Maximal Degree : 0
by [yWorks] (23.7k points)
Legal Disclosure | Privacy Policy
...