Skip to content
Snippets Groups Projects
Commit 206f0cd7 authored by Ant01n3's avatar Ant01n3
Browse files

BaseGenerator did not cleaned kept data correctly.

BaseGenerator adds the hability to backup some data on which nodes
and edges are created. However when creating a second graph with the
same generator, this data must be cleaned up. This has been added
in a default "end()" method. Each generator has been modified to
call this super.end() method.
parent eb18fa11
Branches
Tags
No related merge requests found
Showing
with 44 additions and 5 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment