public class MTBRSMLProjectInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MTBRSMLProjectInfo.MTBRSMLStatusLabel
Class to represent rhizoTrak status labels.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseDir
Base directory of the project.
|
protected TreeSet<String> |
connectorIDs
Set of connector identifiers.
|
protected List<File> |
rsmlFiles
List of RSML files belonging to the project.
|
protected List<MTBRSMLFileInfo> |
rsmlInfos
RSML info objects for each RSML file.
|
protected List<Rsml> |
rsmls
List of RSML objects belonging to the project.
|
protected TreeSet<MTBRSMLProjectInfo.MTBRSMLStatusLabel> |
statusLabels
Set of status labels as defined in RSML files.
|
| Constructor and Description |
|---|
MTBRSMLProjectInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseDir()
Access the basis directory of the project.
|
TreeSet<String> |
getConnectorIDs()
Get set of connector IDs.
|
List<MTBRSMLFileInfo> |
getRSMLFileInfos()
Get RSML file info objects.
|
List<File> |
getRSMLFileList()
Get list of RSML files belonging to project.
|
TreeSet<MTBRSMLProjectInfo.MTBRSMLStatusLabel> |
getStatusLabels()
Get set of status labels.
|
void |
print()
Prints project information to standard output.
|
protected String baseDir
protected TreeSet<MTBRSMLProjectInfo.MTBRSMLStatusLabel> statusLabels
protected List<MTBRSMLFileInfo> rsmlInfos
public void print()
public String getBaseDir()
public List<File> getRSMLFileList()
public TreeSet<MTBRSMLProjectInfo.MTBRSMLStatusLabel> getStatusLabels()
public TreeSet<String> getConnectorIDs()
public List<MTBRSMLFileInfo> getRSMLFileInfos()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.