public class OperationNode extends Node
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
type
The Constant type.
|
| Constructor and Description |
|---|
OperationNode(Node parent)
Instantiates a new operation node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Operation operation)
Accept.
|
java.util.ArrayList<FieldOfView> |
getFieldOfView()
Gets the field of view.
|
int |
getNumberOfFoV()
Gets the number of fo v.
|
java.util.ArrayList<Sample> |
getSamples()
Gets the samples.
|
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, toStringpublic static final java.lang.String type
public OperationNode(Node parent)
parent - the parentpublic void accept(Operation operation)
operation - the operationpublic int getNumberOfFoV()
public java.util.ArrayList<FieldOfView> getFieldOfView()
public java.util.ArrayList<Sample> getSamples()