Class: SuperInstance::Equipment::SwarmCoordinator::GraphStatistics

Inherits:
Data
  • Object
show all
Defined in:
lib/equipment/swarm_coordinator/task_decomposer.rb

Overview

Statistics about a dependency graph

Instance Attribute Summary collapse

Instance Attribute Details

#by_priorityObject (readonly)

Returns the value of attribute by_priority

Returns:

  • (Object)

    the current value of by_priority



86
87
88
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86

def by_priority
  @by_priority
end

#by_statusObject (readonly)

Returns the value of attribute by_status

Returns:

  • (Object)

    the current value of by_status



86
87
88
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86

def by_status
  @by_status
end

#by_typeObject (readonly)

Returns the value of attribute by_type

Returns:

  • (Object)

    the current value of by_type



86
87
88
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86

def by_type
  @by_type
end

#critical_pathObject (readonly)

Returns the value of attribute critical_path

Returns:

  • (Object)

    the current value of critical_path



86
87
88
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86

def critical_path
  @critical_path
end

#max_depthObject (readonly)

Returns the value of attribute max_depth

Returns:

  • (Object)

    the current value of max_depth



86
87
88
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86

def max_depth
  @max_depth
end

#parallelism_factorObject (readonly)

Returns the value of attribute parallelism_factor

Returns:

  • (Object)

    the current value of parallelism_factor



86
87
88
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86

def parallelism_factor
  @parallelism_factor
end

#total_tasksObject (readonly)

Returns the value of attribute total_tasks

Returns:

  • (Object)

    the current value of total_tasks



86
87
88
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86

def total_tasks
  @total_tasks
end