NetCharts Server

chartworks.es.plugin.nds
Class DataSettableParamInfo

java.lang.Object
  |
  +--chartworks.es.plugin.nds.ParamInfo
        |
        +--chartworks.es.plugin.nds.DataSettableParamInfo

public class DataSettableParamInfo
extends ParamInfo

The parent ParamInfo supports formatting indexes on tuples [such as DataSet1, DataSet2, etc.], and appending the data to the end of tuples. This subclass additionally supports the need to set arbitrary CDL parameter attributes from data. For example, replace param attribute 1 with data element [0][3]. For now, supports substituting 1 param with 1 data element.

Since:
4.6

Constructor Summary
DataSettableParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions, boolean hasPoints)
           
DataSettableParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions, java.lang.String[] tuplePrefixFormats)
           
 
Method Summary
 int getDataElementToReplaceWith()
           
 int getParamIndexToReplace()
           
 java.lang.String getTokenToReplace()
           
 void setDataElementToReplaceWith(int dataElementToReplaceWith)
           
 void setParamIndexToReplace(int paramIndexToReplace)
           
 void setTokenToReplace(java.lang.String tokenToReplace)
           
 
Methods inherited from class chartworks.es.plugin.nds.ParamInfo
getDimensions, getMethod, getNullString, getTemplateObject, getTuplePrefixFormats, getVector, hasPoints, hasTuples, isIndexed, isQuoted, isScale, setDimensions, setHasPoints, setHasTuples, setIsIndexed, setIsQuoted, setIsScale, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSettableParamInfo

public DataSettableParamInfo(boolean hasTuples,
                             boolean isQuoted,
                             boolean isIndexed,
                             int dimensions,
                             java.lang.String[] tuplePrefixFormats)

DataSettableParamInfo

public DataSettableParamInfo(boolean hasTuples,
                             boolean isQuoted,
                             boolean isIndexed,
                             int dimensions,
                             boolean hasPoints)
Method Detail

getParamIndexToReplace

public int getParamIndexToReplace()

setParamIndexToReplace

public void setParamIndexToReplace(int paramIndexToReplace)

getDataElementToReplaceWith

public int getDataElementToReplaceWith()

setDataElementToReplaceWith

public void setDataElementToReplaceWith(int dataElementToReplaceWith)

getTokenToReplace

public java.lang.String getTokenToReplace()

setTokenToReplace

public void setTokenToReplace(java.lang.String tokenToReplace)

NetCharts Server


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