Module: RGraph::Constants::StarMode

Defined in:
lib/rgraph/constants.rb

Overview

Types of the star graphs.

Constant Summary collapse

OUT =
0
IN =
1
UNDIRECTED =
2
MUTUAL =
3