Refactor file uploading (#7267)
Alert with information about error in source file (#7268)
Cleanup pom
Integrity test for DOT module with necessary test files
Indentation correction
Extended test to cover added necessary fields
Added required fields, changed field name to be valid
- implemented necessary fields that graph must contains otherwise wont be valid- archetype index in class BaseVertex had wrong field name and caused that graph was not valid, field was renamed to be valid
Removed logger...
hyphens correction
Removing hyphens
Deleting chars from vertex and edge name and attributes
Added dependency for Mockito, test for GraphFactory
Fixed creation of attribute structure, documentation
- structure of attributes was adjusted to produces string array, where first value is type of attribute and the second value is the value of attribute- documentation comments were added into implemented files
Missing vertex test
DOT Loader tests
Changed order of serialized attributes to fit order of attribute types
Implemented method getRawJson, addition
Fixed problem with data, implemented method getRawJson
Introduced GraphFactory
Class prepares instance of Graph from data loaded by BaseDOTLoader
Loader fix
DOT loader which gives DTO objects for vertices and edges etc.
DOT loader rework
Abstract DOT loader class
FileLoader extended support for .dot files
Added module for DOT converter