Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgeSummary
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::KnowledgeSummary
- Defined in:
- lib/equipment/swarm_coordinator/asymmetric_knowledge.rb
Overview
Summary of knowledge for an agent
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#categories ⇒ Object
readonly
Returns the value of attribute categories.
-
#entry_count ⇒ Object
readonly
Returns the value of attribute entry_count.
-
#last_updated ⇒ Object
readonly
Returns the value of attribute last_updated.
-
#provenance_depth ⇒ Object
readonly
Returns the value of attribute provenance_depth.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
80 81 82 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80 def agent_id @agent_id end |
#categories ⇒ Object (readonly)
Returns the value of attribute categories
80 81 82 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80 def categories @categories end |
#entry_count ⇒ Object (readonly)
Returns the value of attribute entry_count
80 81 82 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80 def entry_count @entry_count end |
#last_updated ⇒ Object (readonly)
Returns the value of attribute last_updated
80 81 82 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80 def last_updated @last_updated end |
#provenance_depth ⇒ Object (readonly)
Returns the value of attribute provenance_depth
80 81 82 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 80 def provenance_depth @provenance_depth end |