Class: SuperInstance::Equipment::SwarmCoordinator::AgentHierarchyNode

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

Overview

Node in the agent hierarchy tree

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



54
55
56
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 54

def agent
  @agent
end

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



54
55
56
# File 'lib/equipment/swarm_coordinator/agent_orchestrator.rb', line 54

def children
  @children
end