Package | Description |
---|---|
sc.fiji.snt.tracing |
Modifier and Type | Method and Description |
---|---|
BiSearchNode.State |
BiSearchNode.getState(boolean fromStart) |
BiSearchNode.State |
BiSearchNode.getStateFromGoal() |
BiSearchNode.State |
BiSearchNode.getStateFromStart() |
static BiSearchNode.State |
BiSearchNode.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BiSearchNode.State[] |
BiSearchNode.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BiSearchNode.setState(BiSearchNode.State state,
boolean fromStart) |
void |
BiSearchNode.setStateFromGoal(BiSearchNode.State stateFromGoal) |
void |
BiSearchNode.setStateFromStart(BiSearchNode.State stateFromStart) |
Copyright © 2015–2021 Fiji. All rights reserved.