Class DataWriteFunctor

    • Field Detail

      • LOG

        private static final org.apache.commons.logging.Log LOG
      • varName2Value

        private final Map<String,​OctaveObject> varName2Value
        A map from variable names to according octave objects.
    • Constructor Detail

      • DataWriteFunctor

        DataWriteFunctor​(Map<String,​OctaveObject> varName2Value)
        Parameters:
        varName2Value - A map from variable names to according octave objects.
    • Method Detail

      • doWrites

        public void doWrites​(Writer writer)
        Writes the name-value pairs of map varName2Value to writer.
        Specified by:
        doWrites in interface WriteFunctor
        Parameters:
        writer - the writer this variable to value configuration is to be written to.