Andrew Dunham
|
5eed4d9667
|
Address review comments
|
2015-04-15 16:28:13 -07:00 |
|
Andrew Dunham
|
430ff507f0
|
Test for errors in .Contains() and .NextPath()
|
2015-04-15 15:28:46 -07:00 |
|
Andrew Dunham
|
33dd596ab4
|
Remove graph.Err helper function
Since Err() is now a member of the Iterator interface, we don't need
this helper function anymore.
|
2015-04-15 11:15:55 -07:00 |
|
Andrew Dunham
|
1b6395ed0a
|
Make Close() method on Iterators return an error
|
2015-04-14 20:17:31 -07:00 |
|
Andrew Dunham
|
c156fd6b1b
|
Fix Err fallout for graph/iterator.Not iterator
|
2015-04-14 18:39:07 -07:00 |
|
Andrew Dunham
|
6aad2b1818
|
Add static type assertions
Assert that various iterators satisfy the graph.Nexter interface
|
2015-04-14 16:28:46 -07:00 |
|
Matei Chiperi
|
52be8fb21b
|
Updated Except operator to the new operator interface.
|
2014-10-02 16:34:17 -07:00 |
|
Matei Chiperi
|
20bd08d5ba
|
Fixed Optimize method for not iterator.
|
2014-09-05 16:07:34 -07:00 |
|
Matei Chiperi
|
55d235bd55
|
Added Gremlin tests for the Except operator.
|
2014-08-28 18:56:06 -07:00 |
|
Matei Chiperi
|
305815e663
|
Fixed Stats method for Not iterator.
Added unit tests for Not iterator.
|
2014-08-28 16:23:15 -07:00 |
|
Matei Chiperi
|
a5fd1905d0
|
Improvements to the Not iterator:
- Pass the all iterator as an argument
- Fixed next method (call all.Next() ).
|
2014-08-28 16:02:21 -07:00 |
|
Matei Chiperi
|
5d4e22498d
|
Converted the Not operator to a complement operator in terms of functionality.
|
2014-08-27 13:42:56 -07:00 |
|
Matei Chiperi
|
d9b67c8335
|
Added comments for the not operator.
|
2014-08-26 11:59:14 -07:00 |
|
Matei Chiperi
|
d3bc8c1736
|
First implementations of loop and not operator for Cayley Gremlin.
|
2014-08-26 11:19:15 -07:00 |
|