class NeoScout::ElementIterator

Public Instance Methods

iter_edges(args) click to toggle source
# File lib/neoscout/model.rb, line 7
def iter_edges(args) ; raise NotImplentedError end
iter_nodes(args) click to toggle source
# File lib/neoscout/model.rb, line 6
def iter_nodes(args) ; raise NotImplentedError end