Class: ChaosDetector::Graphing::MatrixGraphs::LinkStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute link_degree

Returns:

  • (Object)

    the current value of link_degree



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

def link_degree
  @link_degree
end

Returns the value of attribute link_value

Returns:

  • (Object)

    the current value of link_value



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

def link_value
  @link_value
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#source_nodeObject

Returns the value of attribute source_node

Returns:

  • (Object)

    the current value of source_node



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

def source_node
  @source_node
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



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

def target
  @target
end

#target_nodeObject

Returns the value of attribute target_node

Returns:

  • (Object)

    the current value of target_node



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

def target_node
  @target_node
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end