public class BuilderTM3 extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE
label "DATE" to identify Date in TM3 data file
|
static String |
FLOAT
label "FLOAT" to identify float in TM3 data file
|
static String |
INTEGER
label "INTEGER" to identify int in TM3 data file
|
static String |
STRING
label "STRING" to identify String in TM3 data file
|
| Constructor and Description |
|---|
BuilderTM3(BufferedReader reader)
Constructor
|
BuilderTM3(File tm3File)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getNumberFields() |
TreeMapNode |
getRoot()
get the build root.
|
void |
setValues(String fieldName)
Set the VALUES of all the JTreeMapNode with the VALUES of the fieldName.
|
void |
setWeights(String fieldName)
Set the weights of all the JTreeMapNode with the VALUES of the fieldName.
|
public static final String DATE
public static final String FLOAT
public static final String INTEGER
public static final String STRING
public BuilderTM3(File tm3File) throws IOException
tm3File - tm3 fileIOExceptionpublic BuilderTM3(BufferedReader reader) throws IOException
reader - reader associated with tm3 fileIOExceptionpublic String[] getNumberFields()
public TreeMapNode getRoot()
public void setValues(String fieldName)
fieldName - name of the field to set the VALUESpublic void setWeights(String fieldName)
fieldName - name of the field to set the weightsCopyright © 2005–2019 Appendium - Portfolio Financing Platform. All rights reserved.