Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgeSummary

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

Overview

Summary of knowledge for an agent

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idObject (readonly)

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



80
81
82
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80

def agent_id
  @agent_id
end

#categoriesObject (readonly)

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



80
81
82
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80

def categories
  @categories
end

#entry_countObject (readonly)

Returns the value of attribute entry_count

Returns:

  • (Object)

    the current value of entry_count



80
81
82
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80

def entry_count
  @entry_count
end

#last_updatedObject (readonly)

Returns the value of attribute last_updated

Returns:

  • (Object)

    the current value of last_updated



80
81
82
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80

def last_updated
  @last_updated
end

#provenance_depthObject (readonly)

Returns the value of attribute provenance_depth

Returns:

  • (Object)

    the current value of provenance_depth



80
81
82
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80

def provenance_depth
  @provenance_depth
end