Sha256: 16e96eef638f3e50e50462d6a37109ed4849dc8c902fd8baa49a37663f2d3077

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

module Pione
  module Tuple
    # LiftTuple represents data movement information from old location to new
    # location.
    class LiftTuple < BasicTuple
      define_format [:lift,
        # old location
        [:old_location, Location::BasicLocation],
        # new location
        [:new_location, Location::BasicLocation]
      ]
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pione-0.2.2 lib/pione/tuple/lift-tuple.rb
pione-0.2.1 lib/pione/tuple/lift-tuple.rb
pione-0.2.0 lib/pione/tuple/lift-tuple.rb
pione-0.1.4 lib/pione/tuple/lift-tuple.rb
pione-0.1.3 lib/pione/tuple/lift-tuple.rb