Class: SuperInstance::Equipment::SwarmCoordinator::GraphStatistics
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::GraphStatistics
- Defined in:
- lib/equipment/swarm_coordinator/task_decomposer.rb
Overview
Statistics about a dependency graph
Instance Attribute Summary collapse
-
#by_priority ⇒ Object
readonly
Returns the value of attribute by_priority.
-
#by_status ⇒ Object
readonly
Returns the value of attribute by_status.
-
#by_type ⇒ Object
readonly
Returns the value of attribute by_type.
-
#critical_path ⇒ Object
readonly
Returns the value of attribute critical_path.
-
#max_depth ⇒ Object
readonly
Returns the value of attribute max_depth.
-
#parallelism_factor ⇒ Object
readonly
Returns the value of attribute parallelism_factor.
-
#total_tasks ⇒ Object
readonly
Returns the value of attribute total_tasks.
Instance Attribute Details
#by_priority ⇒ Object (readonly)
Returns the value of attribute by_priority
86 87 88 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86 def by_priority @by_priority end |
#by_status ⇒ Object (readonly)
Returns the value of attribute by_status
86 87 88 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86 def by_status @by_status end |
#by_type ⇒ Object (readonly)
Returns the value of attribute by_type
86 87 88 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86 def by_type @by_type end |
#critical_path ⇒ Object (readonly)
Returns the value of attribute critical_path
86 87 88 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86 def critical_path @critical_path end |
#max_depth ⇒ Object (readonly)
Returns the value of attribute max_depth
86 87 88 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86 def max_depth @max_depth end |
#parallelism_factor ⇒ Object (readonly)
Returns the value of attribute parallelism_factor
86 87 88 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86 def parallelism_factor @parallelism_factor end |
#total_tasks ⇒ Object (readonly)
Returns the value of attribute total_tasks
86 87 88 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 86 def total_tasks @total_tasks end |