| Home | Developers | Screenshots | Downloads | Roadmap | Documentation | Bugs | Resources | Acknowledgement |
Documentation
On this page you will find some documentation about the SPARQLViz plugin. This page is devided into four chapters:
API documentation
UML diagrams (old diagrams)
Documents
API documentation
You can find the Java documentation of the SPARQLViz plugin (version 2.0) here: SPARQLViz API documentation.
UML diagrams
Before starting the programming of SPARQLViz we developed two UML-diagrams, a class-diagram and sequence-diagram. You will find them both bellow here. Please keep in mind that we just used them for the design, they are not completely updated. At the moment there are no UML diagrams available for version 2.
Class-diagram
A class diagram depicts all the classes of the program and the classes with which the program interacts. For each class the different methods en class-variables are given.
Sequence-diagram
A sequence diagram show the interaction between the different classes in the form of messages.
Documents
Before we started with the programming we wrote a design document and a requirements document. Both of them are available here. Please keep in mind that we wrote them before we started programming so a lot is changed since we wrote the documents.