public class Root extends Node
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
type |
Constructor and Description |
---|
Root(java.lang.String outputFolder,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Operation operation)
Accept.
|
java.util.ArrayList<FieldOfView> |
getFieldOfView() |
int |
getNumberOfFoV() |
java.util.ArrayList<Sample> |
getSamples() |
addProperty, addTag, getBeamProfile, getBeamProfileAsImage, getCellROIPath, getChannel, getChildren, getChildren, getContext, getDescendents, getExperimentName, getExperimentType, getFieldOfViewName, getFile, getFolder, getName, getOutputFolder, getParent, getParentFolder, getPath, getProperties, getProperty, getSampleName, getTags, getType, setCellROIPath, setParent, setProperty, setTags, setType, toString
public static final java.lang.String type
public void accept(Operation operation)
OperationElement
operation
- the operationpublic int getNumberOfFoV()
public java.util.ArrayList<FieldOfView> getFieldOfView()
public java.util.ArrayList<Sample> getSamples()