Class: NeoScout::ElementIterator
- Inherits:
-
Object
- Object
- NeoScout::ElementIterator
- Defined in:
- lib/neoscout/model.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#iter_edges(args) ⇒ Object
7 |
# File 'lib/neoscout/model.rb', line 7 def iter_edges(args) ; raise NotImplentedError end |
#iter_nodes(args) ⇒ Object
6 |
# File 'lib/neoscout/model.rb', line 6 def iter_nodes(args) ; raise NotImplentedError end |