chartworks.es.plugin.nds
Class FormattedCDLParamWriter
java.lang.Object
|
+--chartworks.es.plugin.nds.BaseCDLParamWriter
|
+--chartworks.es.plugin.nds.FormattedCDLParamWriter
- All Implemented Interfaces:
- CDLParamWriter
- Direct Known Subclasses:
- DataSettableCDLParamWriter
- public class FormattedCDLParamWriter
- extends BaseCDLParamWriter
A CDLParamWriter that 1) creates tuples from given data, and 2) performs tupleFormatPrefix format
processing.
TODO: move the tuple prefix formatting to a subclass
- Since:
- 4.6
|
Method Summary |
java.lang.String |
writeCDL(ParamInfo paramInfo,
java.lang.Object[][] data,
boolean orderByRow)
Implementation of CDLParamWriter interface method. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattedCDLParamWriter
public FormattedCDLParamWriter(java.lang.String parameterName,
ParamInfo paramInfo)
writeCDL
public java.lang.String writeCDL(ParamInfo paramInfo,
java.lang.Object[][] data,
boolean orderByRow)
- Implementation of CDLParamWriter interface method. See class javadocs for details.
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2006 All Rights Reserved. NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Nov 26, 2006 |