public interface ResectionWorkflow
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets a short description of how the tool works.
|
java.lang.String |
getIdealConditions()
Gets a description of the ideal conditions for the tool.
|
java.lang.String |
getName()
Gets a descriptive name of.
|
java.lang.String |
getRelativeAccuracy()
Gets a description of the relative accuracy of the tool.
|
java.lang.String |
getRequiredData()
Gets a description of any datasets required by the tool.
|
java.lang.String |
getRequiredHardware()
Gets a description of any hardware required by the tool.
|
void |
start(OnResectionResult callback)
Starts the workflow.
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getIdealConditions()
java.lang.String getRelativeAccuracy()
void start(OnResectionResult callback)
callback
- Callback that will be called by the resectioning workflow when it has
computed a resultjava.lang.String getRequiredData()
java.lang.String getRequiredHardware()