| Modifier and Type | Method and Description |
|---|---|
static PlannerSearchStrategy |
PlannerSearchStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlannerSearchStrategy[] |
PlannerSearchStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlannerSearchStrategy |
PlanningBasedAlignmentParameters.getPlannerSearchStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanningBasedAlignmentParameters.setPlannerSearchStrategy(PlannerSearchStrategy plannerSearchStrategy) |
| Modifier and Type | Method and Description |
|---|---|
PlannerSearchStrategy |
PlannerSettingsDialog.getChosenStrategy()
Tells which search strategy has been chosen.
|