Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgeProvenance

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

Overview

Provenance information for knowledge

Instance Attribute Summary collapse

Instance Attribute Details

#origin_idObject (readonly)

Returns the value of attribute origin_id

Returns:

  • (Object)

    the current value of origin_id



72
73
74
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72

def origin_id
  @origin_id
end

#source_agentObject (readonly)

Returns the value of attribute source_agent

Returns:

  • (Object)

    the current value of source_agent



72
73
74
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72

def source_agent
  @source_agent
end

#timestampObject (readonly)

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



72
73
74
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72

def timestamp
  @timestamp
end

#transformationObject (readonly)

Returns the value of attribute transformation

Returns:

  • (Object)

    the current value of transformation



72
73
74
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 72

def transformation
  @transformation
end