Uses of Class
org.eu.zajc.akiwrapper.core.utils.route.Route
Packages that use Route
-
Uses of Route in org.eu.zajc.akiwrapper.core.utils.route
Fields in org.eu.zajc.akiwrapper.core.utils.route declared as RouteModifier and TypeFieldDescriptionstatic final RouteRoutes.ANSWERAnswers the current question and fetches the next one.
This route requires a session
Parameters:Routes.PARAMETER_STEPRoutes.PARAMETER_PROGRESSIONRoutes.PARAMETER_ANSWERRoutes.PARAMETER_STEP_LAST_PROPOSITIONstatic final RouteRoutes.CANCEL_ANSWERCancels (undoes) an answer and fetches the previous question.static final RouteRoutes.CHOICEIMPORTANT: This route is EXCLUDED from tests! Because automated tests don't tend to behave like players, calling this during testing might introduce faulty data into Akinator's algorithm, so please avoid doing that.
Confirm a guess.static final RouteRoutes.EXCLUDEIMPORTANT: This route is EXCLUDED from tests! Because automated tests don't tend to behave like players, calling this during testing might introduce faulty data into Akinator's algorithm, so please avoid doing that.
Rejects the currentGuess
This route requires a session
Parameters:Routes.PARAMETER_STEPRoutes.PARAMETER_PROGRESSIONThis route requires a sessionstatic final RouteRoutes.NEW_SESSIONCreates a new game session that all further state is associated with.
This route requires no parameters.Methods in org.eu.zajc.akiwrapper.core.utils.route that return Route