Data File Format Explicit Variants

Explicit Variant Tables
 
Table Tag
  Description  
 
<VARIANTS TABLE>
  This table describes each explicit variant (details)  
 
<OPERATION VARIANTS TABLE>
  This table assign each operation to a combination of variants (details)  

The Variants Table <VARIANTS TABLE>

 <VARIANTS TABLE>
  0"Type 1"70.0204204255
  1"newV1"30.0255255204
 </
VARIANTS TABLE>

    This table describes all the explicit variants. It must contain one line per variant and the columns must be filled in this order :

  • Column 1 : The ID of the variant. This ID should start from 0 and be increased by 1 per line. If this column does not respect this format, OptiLine will generate a warning and correct the value
  • Column 2 : The name of the variant
  • Column 3 : The percentage of the variant. (The sum of all variant percentages must be equal to 100.0)
  • Column 4 : The red component of the color of the link (between 0 and 255)
  • Column 5: The green component of the color of the link (between 0 and 255)
  • Column 6: The blue component of the color of the link (between 0 and 255)

The Operation Variant Table <OPERATION VARIANTS TABLE>

 <OPERATION VARIANTS TABLE>
 011
 111
 211
 </OPERATION VARIANTS TABLE>

    This table describes all the explicit variants. It must contain one line per variant and the columns must be filled in this order :

  • Column 1 : The ID of the operation. This ID should start from 0 and be increased by 1 per line. If this column does not respect this format, OptiLine will generate a warning and correct the value
  • Column X : This values (0 or 1) means that the operation specified by the Column ID belongs or not to the variant id=X where the variant "id" is defined by the "Variants Table"
Note
    This table must have as many columns as there are variants. Furthermore, each operation should belong to at least one variant. (This means that a single line should not be only filled with zeros)