-
Notifications
You must be signed in to change notification settings - Fork 0
API
An API, which stands for Application Programming Interface, is provided in this Wiki page as a resource file. This API contains a list of methods that were used for the calculations and information retrieval that was needed by our system. The methods used in the backend are clearly described and the required inputs, outputs, and their data types are specified. Thus, all the necessary building blocks to reconstruct this application are present in this folder for programmers to use it. The API for this application can be found in the doc folder in the TreePLE-Spring package.
To see the API, please download the project and navigate through the path TreePLE-Spring -> Doc and double click on the allclasses-frame.html to see all the methods implemented in the service of the backend.