Class: Syskit::DataFlow::ConnectionInPath

Inherits:
Struct
  • Object
show all
Defined in:
lib/syskit/data_flow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#policyObject

Returns the value of attribute policy

Returns:

  • (Object)

    the current value of policy



119
120
121
# File 'lib/syskit/data_flow.rb', line 119

def policy
  @policy
end

#sink_portObject

Returns the value of attribute sink_port

Returns:

  • (Object)

    the current value of sink_port



119
120
121
# File 'lib/syskit/data_flow.rb', line 119

def sink_port
  @sink_port
end

#sink_taskObject

Returns the value of attribute sink_task

Returns:

  • (Object)

    the current value of sink_task



119
120
121
# File 'lib/syskit/data_flow.rb', line 119

def sink_task
  @sink_task
end

#source_portObject

Returns the value of attribute source_port

Returns:

  • (Object)

    the current value of source_port



119
120
121
# File 'lib/syskit/data_flow.rb', line 119

def source_port
  @source_port
end

#source_taskObject

Returns the value of attribute source_task

Returns:

  • (Object)

    the current value of source_task



119
120
121
# File 'lib/syskit/data_flow.rb', line 119

def source_task
  @source_task
end