An id generator that generates ids by incrementing a number. Can be used for
nodes and edges (the same instance can even be used for both simultaneously).
This generator is specially useful when deterministic ids are necessary.
Note that some transformations may create temporary nodes or edges, which, after
being removed, will not be reused, and may give the impression that the ids are not
sequential.
An id generator that generates ids by incrementing a number. Can be used for nodes and edges (the same instance can even be used for both simultaneously).
This generator is specially useful when deterministic ids are necessary. Note that some transformations may create temporary nodes or edges, which, after being removed, will not be reused, and may give the impression that the ids are not sequential.