Class: SuperInstance::Equipment::SwarmCoordinator::DependencyGraph
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::DependencyGraph
- Defined in:
- lib/equipment/swarm_coordinator/task_decomposer.rb
Overview
Dependency graph structure
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#dependencies ⇒ Object
readonly
Returns the value of attribute dependencies.
-
#dependents ⇒ Object
readonly
Returns the value of attribute dependents.
-
#graph_id ⇒ Object
readonly
Returns the value of attribute graph_id.
-
#layers ⇒ Object
readonly
Returns the value of attribute layers.
-
#nodes ⇒ Object
readonly
Returns the value of attribute nodes.
-
#root_task_id ⇒ Object
readonly
Returns the value of attribute root_task_id.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
52 53 54 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52 def created_at @created_at end |
#dependencies ⇒ Object (readonly)
Returns the value of attribute dependencies
52 53 54 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52 def dependencies @dependencies end |
#dependents ⇒ Object (readonly)
Returns the value of attribute dependents
52 53 54 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52 def dependents @dependents end |
#graph_id ⇒ Object (readonly)
Returns the value of attribute graph_id
52 53 54 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52 def graph_id @graph_id end |
#layers ⇒ Object (readonly)
Returns the value of attribute layers
52 53 54 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52 def layers @layers end |
#nodes ⇒ Object (readonly)
Returns the value of attribute nodes
52 53 54 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52 def nodes @nodes end |
#root_task_id ⇒ Object (readonly)
Returns the value of attribute root_task_id
52 53 54 |
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52 def root_task_id @root_task_id end |