Class: SuperInstance::Equipment::SwarmCoordinator::ConflictResolution

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

Overview

Resolution applied to a conflict

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



65
66
67
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65

def method
  @method
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



65
66
67
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65

def reason
  @reason
end

#timestampObject (readonly)

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



65
66
67
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65

def timestamp
  @timestamp
end

#winning_agent_idObject (readonly)

Returns the value of attribute winning_agent_id

Returns:

  • (Object)

    the current value of winning_agent_id



65
66
67
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65

def winning_agent_id
  @winning_agent_id
end

#winning_valueObject (readonly)

Returns the value of attribute winning_value

Returns:

  • (Object)

    the current value of winning_value



65
66
67
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 65

def winning_value
  @winning_value
end