﻿===================================================
 The web service « plotFuzzyCategoriesValues-ITTB »
===================================================

How to run the java program in command line?
============================================

::
java -jar plotFuzzyCategoriesValues-ITTB.jar options.xml fuzzyCategoriesValues.xml fuzzyCategoriesValuesPlot.xml messages.xml
where:

- The first entry file corresponds to ``options.xml``. There are some options to take into account (title, X-axis label, Y-axis label, use of colors). 
- The second entry file corresponds to ``fuzzyCategoriesValues.xml`` and contains the categoriesValues tag.
- The  first output file corresponds to the `` fuzzyCategoriesValuesPlot.xml`` file and contains the plot when it is generated. 
- The second output file corresponds to the ``messages.xml`` file. It is a list of messages generated by the algorithm. It contains information about the execution status as well as a warnings and errors when they occur.
How to run the tests?
=====================

The file ``options.xml`` can be generated in Diviz. You have to choose the proposed options and put the entry file `` fuzzyCategoriesValues.xml`` that must be a valid XMCDA 2.2.0 file.
