Class: Clusta::Geometry::DirectedNeighbor

Inherits:
Neighbor show all
Defined in:
lib/clusta/geometry/directed/neighbor.rb

Instance Attribute Summary

Attributes included from Schema

#extra_inputs

Instance Method Summary collapse

Methods inherited from Neighbor

#directed?

Methods inherited from Element

inherited

Methods included from Serialization::TSV

#extra_inputs=, #extra_outputs, included, #process_args, #suffix, #to_flat, #to_tsv_component

Methods included from Serialization::JSON

included, #non_key_field_data, #process_args, #to_flat, #to_hash

Methods included from Serialization

included, #initialize, #process_args, #stream_name

Methods included from Schema

#extra_outputs, #fields, included, #keys, #non_key_fields

Instance Method Details

#directedObject



5
6
7
# File 'lib/clusta/geometry/directed/neighbor.rb', line 5

def directed
  true
end