Class: ChaosDetector::Graphing::MatrixGraphs::NodeStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



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

def group
  @group
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end

Returns the value of attribute link_degree

Returns:

  • (Object)

    the current value of link_degree



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

def link_degree
  @link_degree
end

#node_nameObject

Returns the value of attribute node_name

Returns:

  • (Object)

    the current value of node_name



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

def node_name
  @node_name
end

#node_valueObject

Returns the value of attribute node_value

Returns:

  • (Object)

    the current value of node_value



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

def node_value
  @node_value
end