Class: SuperInstance::Equipment::SwarmCoordinator::DependencyGraph

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

Overview

Dependency graph structure

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



52
53
54
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52

def created_at
  @created_at
end

#dependenciesObject (readonly)

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



52
53
54
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52

def dependencies
  @dependencies
end

#dependentsObject (readonly)

Returns the value of attribute dependents

Returns:

  • (Object)

    the current value of dependents



52
53
54
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52

def dependents
  @dependents
end

#graph_idObject (readonly)

Returns the value of attribute graph_id

Returns:

  • (Object)

    the current value of graph_id



52
53
54
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52

def graph_id
  @graph_id
end

#layersObject (readonly)

Returns the value of attribute layers

Returns:

  • (Object)

    the current value of layers



52
53
54
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52

def layers
  @layers
end

#nodesObject (readonly)

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



52
53
54
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52

def nodes
  @nodes
end

#root_task_idObject (readonly)

Returns the value of attribute root_task_id

Returns:

  • (Object)

    the current value of root_task_id



52
53
54
# File 'lib/equipment/swarm_coordinator/task_decomposer.rb', line 52

def root_task_id
  @root_task_id
end