Class: ChaosDetector::Graphing::MatrixGraphs::LinkNodeStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/chaos_detector/graphing/matrix_graphs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



13
14
15
# File 'lib/chaos_detector/graphing/matrix_graphs.rb', line 13

def index
  @index
end

Returns the value of attribute link_degree

Returns:

  • (Object)

    the current value of link_degree



13
14
15
# File 'lib/chaos_detector/graphing/matrix_graphs.rb', line 13

def link_degree
  @link_degree
end