final class DataWriteFunctor extends Object implements WriteFunctor
OctaveObjects into a Map.| Modifier and Type | Field and Description |
|---|---|
private static org.apache.commons.logging.Log |
LOG |
private static String |
MSG_IOE_UNEXP |
private Map<String,OctaveObject> |
varName2Value
A map from variable names to according octave objects.
|
| Constructor and Description |
|---|
DataWriteFunctor(Map<String,OctaveObject> varName2Value) |
| Modifier and Type | Method and Description |
|---|---|
void |
doWrites(Writer writer)
Writes the name-value pairs of map
varName2Value
to writer. |
private static final String MSG_IOE_UNEXP
private static final org.apache.commons.logging.Log LOG
private final Map<String,OctaveObject> varName2Value
DataWriteFunctor(Map<String,OctaveObject> varName2Value)
varName2Value - A map from variable names to according octave objects.public void doWrites(Writer writer)
varName2Value
to writer.doWrites in interface WriteFunctorwriter - the writer this variable to value configuration is to be written to.Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.