Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgePartition

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

Overview

A partition of knowledge for a specific agent

Instance Attribute Summary collapse

Instance Attribute Details

#access_levelObject (readonly)

Returns the value of attribute access_level

Returns:

  • (Object)

    the current value of access_level



29
30
31
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29

def access_level
  @access_level
end

#agent_idObject (readonly)

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



29
30
31
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29

def agent_id
  @agent_id
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



29
30
31
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29

def created_at
  @created_at
end

#entriesObject (readonly)

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



29
30
31
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29

def entries
  @entries
end

#partition_idObject (readonly)

Returns the value of attribute partition_id

Returns:

  • (Object)

    the current value of partition_id



29
30
31
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29

def partition_id
  @partition_id
end

#provenanceObject (readonly)

Returns the value of attribute provenance

Returns:

  • (Object)

    the current value of provenance



29
30
31
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29

def provenance
  @provenance
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



29
30
31
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 29

def updated_at
  @updated_at
end