public class FileNode extends Node implements FileInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
type |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Operation operation)
Accept.
|
static int |
countOccurrences(java.lang.String haystack,
char needle) |
static java.lang.String |
debug(java.lang.String path) |
java.lang.String |
getCellROIPath() |
java.lang.String |
getChannel() |
java.lang.String |
getExtension() |
java.util.ArrayList<FieldOfView> |
getFieldOfView() |
java.lang.String |
getFilename() |
java.lang.String |
getFoVName() |
ij.ImagePlus |
getImage() |
int |
getNumberOfFoV() |
java.lang.String |
getOutputFolder() |
java.util.ArrayList<Sample> |
getSamples() |
java.util.ArrayList<java.lang.String> |
getTags()
Get all the tags that are assigned to this file node.
|
static void |
main(java.lang.String[] args) |
java.lang.String |
toString() |
addProperty, addTag, getBeamProfile, getBeamProfileAsImage, getChildren, getChildren, getContext, getDescendents, getExperimentName, getExperimentType, getFieldOfViewName, getFile, getFolder, getName, getParent, getParentFolder, getPath, getProperties, getProperty, getSampleName, getType, setCellROIPath, setParent, setProperty, setTags, setTypepublic static final java.lang.String type
public FileNode(Node parent)
public void accept(Operation operation)
OperationElementaccept in interface OperationElementoperation - the operationpublic java.lang.String getOutputFolder()
getOutputFolder in class Nodepublic java.lang.String getChannel()
getChannel in class Nodepublic java.lang.String getFoVName()
public int getNumberOfFoV()
getNumberOfFoV in interface NodeInterfacepublic ij.ImagePlus getImage()
public java.util.ArrayList<FieldOfView> getFieldOfView()
getFieldOfView in interface NodeInterfacepublic java.util.ArrayList<Sample> getSamples()
getSamples in interface NodeInterfacepublic static int countOccurrences(java.lang.String haystack,
char needle)
public java.lang.String getCellROIPath()
getCellROIPath in class Nodepublic java.lang.String getFilename()
public java.lang.String getExtension()
public java.util.ArrayList<java.lang.String> getTags()
getTags in interface FileInterfacegetTags in class Nodepublic static void main(java.lang.String[] args)
public static java.lang.String debug(java.lang.String path)