public class Experiment extends Node
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
type |
Constructor and Description |
---|
Experiment(Root parent) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Operation operation)
Accept.
|
java.lang.String |
getBeamProfile(java.lang.String channel) |
java.lang.String |
getExperimentName() |
java.util.ArrayList<FieldOfView> |
getFieldOfView() |
int |
getNumberOfFoV() |
java.util.ArrayList<Sample> |
getSamples() |
addProperty, addTag, getBeamProfileAsImage, getCellROIPath, getChannel, getChildren, getChildren, getContext, getDescendents, 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 Experiment(Root parent)
public void accept(Operation operation)
OperationElement
operation
- the operationpublic java.util.ArrayList<Sample> getSamples()
public int getNumberOfFoV()
public java.util.ArrayList<FieldOfView> getFieldOfView()
public java.lang.String getBeamProfile(java.lang.String channel)
getBeamProfile
in class Node
public java.lang.String getExperimentName()
getExperimentName
in class Node