Class: SuperInstance::Equipment::SwarmCoordinator::AggregatedResult

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

Overview

Aggregated result from multiple agents

Instance Attribute Summary collapse

Instance Attribute Details

#agent_countObject (readonly)

Returns the value of attribute agent_count

Returns:

  • (Object)

    the current value of agent_count



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def agent_count
  @agent_count
end

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def confidence
  @confidence
end

#conflictsObject (readonly)

Returns the value of attribute conflicts

Returns:

  • (Object)

    the current value of conflicts



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def conflicts
  @conflicts
end

#contributing_agentsObject (readonly)

Returns the value of attribute contributing_agents

Returns:

  • (Object)

    the current value of contributing_agents



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def contributing_agents
  @contributing_agents
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def 
  @metadata
end

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def method
  @method
end

#result_idObject (readonly)

Returns the value of attribute result_id

Returns:

  • (Object)

    the current value of result_id



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def result_id
  @result_id
end

#timestampObject (readonly)

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def timestamp
  @timestamp
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



31
32
33
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 31

def value
  @value
end