Package | Description |
---|---|
fr.profi.mzdb.db.model | |
fr.profi.mzdb.io.reader.table |
Modifier and Type | Field and Description |
---|---|
protected ParamTree |
InstrumentConfiguration.paramTree |
protected ParamTree |
AbstractTableModel.paramTree
The param tree.
|
Modifier and Type | Method and Description |
---|---|
ParamTree |
InstrumentConfiguration.getParamTree() |
ParamTree |
AbstractTableModel.getParamTree(com.almworks.sqlite4java.SQLiteConnection mzDbConnection)
Gets the param tree.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTableModel.setParamTree(ParamTree paramTree)
Sets the param tree.
|
Constructor and Description |
---|
AbstractTableModel(long id,
ParamTree paramTree)
Instantiates a new abstract table model.
|
InstrumentConfiguration(int id,
String name,
int softwareId,
ParamTree paramTree,
ComponentList comp)
Instantiates a new instrument configuration.
|
MzDbHeader(String version,
int creationTimestamp,
ParamTree paramTree)
Instantiates a new mz db header.
|
Run(int id,
String name,
Date startTimestamp,
ParamTree paramTree)
Instantiates a new source file.
|
Sample(int id,
String name,
ParamTree paramTree)
Instantiates a new source file.
|
Software(int id,
String name,
String version,
ParamTree paramTree)
Instantiates a new software.
|
SourceFile(int id,
String name,
String location,
ParamTree paramTree)
Instantiates a new source file.
|
Modifier and Type | Method and Description |
---|---|
static ParamTree |
ParamTreeParser.parseParamTree(String paramTreeAsStr)
Parses the param tree.
|
Copyright © 2019. All rights reserved.