Class: ChaosDetector::Graphing::MatrixGraphs::LinkNodeStruct
- Inherits:
-
Struct
- Object
- Struct
- ChaosDetector::Graphing::MatrixGraphs::LinkNodeStruct
- Defined in:
- lib/chaos_detector/graphing/matrix_graphs.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#link_degree ⇒ Object
Returns the value of attribute link_degree.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
13 14 15 |
# File 'lib/chaos_detector/graphing/matrix_graphs.rb', line 13 def index @index end |
#link_degree ⇒ Object
Returns the value of attribute link_degree
13 14 15 |
# File 'lib/chaos_detector/graphing/matrix_graphs.rb', line 13 def link_degree @link_degree end |