Uses of Enum Class
sc.fiji.snt.tracing.BiSearchNode.State
Packages that use BiSearchNode.State
-
Uses of BiSearchNode.State in sc.fiji.snt.tracing
Methods in sc.fiji.snt.tracing that return BiSearchNode.StateModifier and TypeMethodDescriptionBiSearchNode.getState(boolean fromStart) BiSearchNode.getStateFromGoal()BiSearchNode.getStateFromStart()static BiSearchNode.StateReturns the enum constant of this class with the specified name.static BiSearchNode.State[]BiSearchNode.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.tracing with parameters of type BiSearchNode.StateModifier and TypeMethodDescriptionvoidBiSearchNode.setState(BiSearchNode.State state, boolean fromStart) voidBiSearchNode.setStateFromGoal(BiSearchNode.State stateFromGoal) voidBiSearchNode.setStateFromStart(BiSearchNode.State stateFromStart)