Class: SuperInstance::Equipment::SwarmCoordinator::AgentHierarchyNode
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::AgentHierarchyNode
- Defined in:
- lib/equipment/swarm_coordinator/agent_orchestrator.rb
Overview
Node in the agent hierarchy tree
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#children ⇒ Object
readonly
Returns the value of attribute children.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
54 55 56 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 54 def agent @agent end |
#children ⇒ Object (readonly)
Returns the value of attribute children
54 55 56 |
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 54 def children @children end |