Class: SuperInstance::Equipment::SwarmCoordinator::AggregatedResult
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::AggregatedResult
- Defined in:
- lib/equipment/swarm_coordinator/result_aggregator.rb
Overview
Aggregated result from multiple agents
Instance Attribute Summary collapse
-
#agent_count ⇒ Object
readonly
Returns the value of attribute agent_count.
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#conflicts ⇒ Object
readonly
Returns the value of attribute conflicts.
-
#contributing_agents ⇒ Object
readonly
Returns the value of attribute contributing_agents.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
-
#result_id ⇒ Object
readonly
Returns the value of attribute result_id.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#agent_count ⇒ Object (readonly)
Returns the value of attribute agent_count
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def agent_count @agent_count end |
#confidence ⇒ Object (readonly)
Returns the value of attribute confidence
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def confidence @confidence end |
#conflicts ⇒ Object (readonly)
Returns the value of attribute conflicts
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def conflicts @conflicts end |
#contributing_agents ⇒ Object (readonly)
Returns the value of attribute contributing_agents
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def contributing_agents @contributing_agents end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def @metadata end |
#method ⇒ Object (readonly)
Returns the value of attribute method
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def method @method end |
#result_id ⇒ Object (readonly)
Returns the value of attribute result_id
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def result_id @result_id end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def @timestamp end |
#value ⇒ Object (readonly)
Returns the value of attribute value
31 32 33 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31 def value @value end |