Class: SuperInstance::Equipment::SwarmCoordinator::AgentAssignment
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::AgentAssignment
- Defined in:
- lib/equipment/swarm_coordinator/swarm_coordinator.rb
Overview
Assignment of an agent to a task
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#assigned_at ⇒ Object
readonly
Returns the value of attribute assigned_at.
-
#knowledge_partition ⇒ Object
readonly
Returns the value of attribute knowledge_partition.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#task ⇒ Object
readonly
Returns the value of attribute task.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
51 52 53 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 51 def agent_id @agent_id end |
#assigned_at ⇒ Object (readonly)
Returns the value of attribute assigned_at
51 52 53 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 51 def assigned_at @assigned_at end |
#knowledge_partition ⇒ Object (readonly)
Returns the value of attribute knowledge_partition
51 52 53 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 51 def knowledge_partition @knowledge_partition end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
51 52 53 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 51 def priority @priority end |
#task ⇒ Object (readonly)
Returns the value of attribute task
51 52 53 |
# File 'lib/equipment/swarm_coordinator/swarm_coordinator.rb', line 51 def task @task end |