Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openmole
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
openmole
openmole
Commits
c5d43968
Commit
c5d43968
authored
Jun 24, 2011
by
Mathieu leclaire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds addColumnAs method
parent
34a47050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
CSVSampling.java
...in/java/org/openmole/plugin/sampling/csv/CSVSampling.java
+11
-0
No files found.
openmole/plugins/org.openmole.plugin.sampling.csv/src/main/java/org/openmole/plugin/sampling/csv/CSVSampling.java
View file @
c5d43968
...
...
@@ -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
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment