Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgePartition
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::KnowledgePartition
- Defined in:
- lib/equipment/swarm_coordinator/asymmetric_knowledge.rb
Overview
A partition of knowledge for a specific agent
Instance Attribute Summary collapse
-
#access_level ⇒ Object
readonly
Returns the value of attribute access_level.
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#partition_id ⇒ Object
readonly
Returns the value of attribute partition_id.
-
#provenance ⇒ Object
readonly
Returns the value of attribute provenance.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#access_level ⇒ Object (readonly)
Returns the value of attribute access_level
29 30 31 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29 def access_level @access_level end |
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
29 30 31 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29 def agent_id @agent_id end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
29 30 31 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29 def created_at @created_at end |
#entries ⇒ Object (readonly)
Returns the value of attribute entries
29 30 31 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29 def entries @entries end |
#partition_id ⇒ Object (readonly)
Returns the value of attribute partition_id
29 30 31 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29 def partition_id @partition_id end |
#provenance ⇒ Object (readonly)
Returns the value of attribute provenance
29 30 31 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29 def provenance @provenance end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
29 30 31 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29 def updated_at @updated_at end |