plotClassAssignments-LaTeX

Version:1.0.0
Provider:PUT
SOAP service’s name:
 plotClassAssignments-LaTeX-PUT (see SOAP requests for details)

Description

Visualizes class assignments for given alternatives as a single latex table.

Contact: Maciej Uniejewski <maciej.uniejewski@gmail.com>

Web page: https://github.com/maciej7777/PrometheeDiviz

Inputs

(For outputs, see below)

alternatives

Alternatives to consider.

The input value should be a valid XMCDA document whose main tag is <alternatives>.


categories

Definitions of categories.

The input value should be a valid XMCDA document whose main tag is <categories>.


assignments

Assignments of alternatives to given classes.

The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>.


categories_values

Marks of categories (higher mark means better category). Each category need to have unique mark from 1 to C, where C is a number of categories.

The input value should be a valid XMCDA document whose main tag is <categoriesValues>.


Outputs

classAssignments.tex

Visualization of assignments as a latex table.

The returned value is a XMCDA document whose main tag is <None>.


messages

Messages or errors generated by this module.

The returned value is a XMCDA document whose main tag is <methodMessages>.


Original xml description