Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgeProvenance
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::KnowledgeProvenance
- Defined in:
- lib/equipment/swarm_coordinator/asymmetric_knowledge.rb
Overview
Provenance information for knowledge
Instance Attribute Summary collapse
-
#origin_id ⇒ Object
readonly
Returns the value of attribute origin_id.
-
#source_agent ⇒ Object
readonly
Returns the value of attribute source_agent.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#transformation ⇒ Object
readonly
Returns the value of attribute transformation.
Instance Attribute Details
#origin_id ⇒ Object (readonly)
Returns the value of attribute origin_id
72 73 74 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72 def origin_id @origin_id end |
#source_agent ⇒ Object (readonly)
Returns the value of attribute source_agent
72 73 74 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72 def source_agent @source_agent end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
72 73 74 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72 def @timestamp end |
#transformation ⇒ Object (readonly)
Returns the value of attribute transformation
72 73 74 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72 def transformation @transformation end |