Sha256: 024024f2d241d41592155fff4401c723efbcd70a0b7cadfcec843597d2f47fc8
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
module Pione module Tuple # DataNullTuple is a tuple for the situation that output data is null. class DataNullTuple < BasicTuple define_format [:data_null, # target domain [:domain, String], # output condition position [:position, Integer] ] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pione-0.2.2 | lib/pione/tuple/data-null-tuple.rb |
pione-0.2.1 | lib/pione/tuple/data-null-tuple.rb |
pione-0.2.0 | lib/pione/tuple/data-null-tuple.rb |