A class that is a special case of a BarcodedFolder. Its children contains elements of Fast5File.class objects @author: Sven Fillinger
Fields inherited from class | Fields |
---|---|
class BarcodedFolder |
sampleId |
class DataFolder |
children, name, relativePath |
Constructor and description |
---|
protected Fast5Folder
() |
protected Fast5Folder
(java.lang.String name, java.lang.String relativePath, java.util.List<Fast5File> children) |
Type Params | Return Type | Name and description |
---|---|---|
|
static Fast5Folder |
create(java.lang.String name, java.lang.String relativePath, java.util.List<Fast5File> children) Creates a new instance of a Fast5Folder object |
Methods inherited from class | Name |
---|---|
class BarcodedFolder |
getSampleCode, validateName |
class DataFolder |
equals, getChildren, getName, getRelativePath, hashCode |
Creates a new instance of a Fast5Folder object
relativePath
- The relative path of the folderchildren
- A list with child elements of the folder