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

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

::
java -jar advancedPlotValueFunctions-ITTB.jar methodPlotOptions.xml criteria.xml valueFunctions.xml valueFunctionsPlot.xml messages.xml 
where:

- The first entry file corresponds to ``methodPlotOptions.xml``. There are many options to take into account (multiple images or a unique plot: by column, by line or by square; the use or not of linear interpolation, possibility to add vertical lines when the linear interpolation is not processed, use of colors). 
- The second entry file corresponds to ``criteria.xml``
-  The third entry file corresponds to `` valueFunctions.xml``
- The  first output file corresponds to the `` valueFunctionssPlot.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 ``methodPlotOptions.xml`` can be generated in Diviz. You have to choose the proposed options and put the entry files `` criteria.xml`` and `` valueFunctions.xml`` in the correct order.
