Package | Description |
---|---|
com.vsegouin.mowitnow.mower.core.detection |
Created by v.segouin on 13/09/2016.
|
com.vsegouin.mowitnow.mower.enums |
Created by v.segouin on 12/09/2016.
|
com.vsegouin.mowitnow.mower.exceptions |
Created by v.segouin on 13/09/2016.
|
Modifier and Type | Method and Description |
---|---|
PositionState |
Detector.getNextPositionState(WheelState wheelState)
Simulate the mower move and get the next.
|
Modifier and Type | Method and Description |
---|---|
static PositionState |
PositionState.valueOf(int stateNumber)
find a state thanks to the state number.
|
static PositionState |
PositionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionState[] |
PositionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PositionState |
UnsafeMoveException.getAskedPositionState() |
Constructor and Description |
---|
UnsafeMoveException(String message,
PositionState nextPositionState)
A constructor, which will set the message into the global variable 'message', and the asked state which caused
the error.
|
Copyright © 2016. All Rights Reserved.