Commit c5d43968 authored by Mathieu leclaire's avatar Mathieu leclaire

Adds addColumnAs method

parent 34a47050
......@@ -99,6 +99,17 @@ public class CSVSampling implements ISampling {
}
}
/**
* Adds a prototype taken into account in the DoE and mapped to a csv header
*
* @param proto, the prototyde to be added
* @param headerName, the mapped header
*/
public void addColumnAs(IPrototype proto,String headerName) {
prototypes.put(headerName, proto);
}
/**
* Adds a prototype extended from a File to be takken into account in the DoE
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment