Uses of Enum Class
org.episteme.core.mathematics.discrete.TuringMachine.Direction
Packages that use TuringMachine.Direction
-
Uses of TuringMachine.Direction in org.episteme.core.mathematics.discrete
Subclasses with type arguments of type TuringMachine.Direction in org.episteme.core.mathematics.discreteFields in org.episteme.core.mathematics.discrete declared as TuringMachine.DirectionModifier and TypeFieldDescriptionfinal TuringMachine.DirectionTuringMachine.TransitionResult.moveMethods in org.episteme.core.mathematics.discrete that return TuringMachine.DirectionModifier and TypeMethodDescriptionstatic TuringMachine.DirectionReturns the enum constant of this class with the specified name.static TuringMachine.Direction[]TuringMachine.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.mathematics.discrete with parameters of type TuringMachine.DirectionModifier and TypeMethodDescriptionvoidTuringMachine.addTransition(S fromState, T readSymbol, S toState, T writeSymbol, TuringMachine.Direction move) Constructors in org.episteme.core.mathematics.discrete with parameters of type TuringMachine.DirectionModifierConstructorDescriptionTransitionResult(S nextState, T writeSymbol, TuringMachine.Direction move)