- DecimalDigitsInputFilter(int, int) - Constructor for class com.example.sulemaia.Helper.Parser.DecimalDigitsInputFilter
-
Actual regex formula.
- description - Variable in class com.example.sulemaia.Helper.TapTargetHelper
-
- descriptions - Variable in class com.example.sulemaia.Activity.Tutorial
-
- dialog - Variable in class com.example.sulemaia.Dialog.CustomCharacterEditorDialog
-
- DialogCharacterEditorAdapter - Class in com.example.sulemaia.Adapter
-
Class to implement the Character editor dialog.
- DialogCharacterEditorAdapter(iDialogCharacterIconSelected, int, Activity) - Constructor for class com.example.sulemaia.Adapter.DialogCharacterEditorAdapter
-
Constructor of the character editor dialog.
- DialogCharacterEditorAdapter.Item - Class in com.example.sulemaia.Adapter
-
Implementation of the recycler view.
- DialogCharacterInformationAdapter - Class in com.example.sulemaia.Adapter
-
Implementation class of the Character information Dialog.
- DialogCharacterInformationAdapter(CharacterItem, int, Activity) - Constructor for class com.example.sulemaia.Adapter.DialogCharacterInformationAdapter
-
Constructor of the character information dialog.
- DialogCharacterInformationAdapter.Item - Class in com.example.sulemaia.Adapter
-
Class implementation of the recycler view.
- doInBackground(Integer...) - Method in class com.example.sulemaia.Thread.ResolverAStarThread
-
In the background execution of the thread, we execute the actual algorithm.
- doInBackground(Integer...) - Method in class com.example.sulemaia.Thread.ResolverFirstBestThread
-
In the background execution of the thread, we execute the actual algorithm.
- doInBackground(Integer...) - Method in class com.example.sulemaia.Thread.ResolverUniformCostThread
-
In the background execution of the thread, we are actually executing the main algorithm.
- DOWN - Static variable in class com.example.sulemaia.Activity.ExpansionDetails.ButtonActions
-
- DOWN - Static variable in class com.example.sulemaia.Fragment.UniformCost
-
- DOWN - Static variable in class com.example.sulemaia.Thread.ResolverAStarThread
-
- DOWN - Static variable in class com.example.sulemaia.Thread.ResolverFirstBestThread
-
- DOWN - Static variable in class com.example.sulemaia.Thread.ResolverUniformCostThread
-
- drawDotTree(int) - Method in class com.example.sulemaia.Model.HeuristicPathTree
-
Method to call the whole drawing of the tree.
- drawPath(HeuristicPathTree) - Method in class com.example.sulemaia.Fragment.AStar
-
Method to control the whole drawing of the path once the algorithm finishes.
- drawPath(HeuristicPathTree) - Method in class com.example.sulemaia.Fragment.FirstBest
-
Drawing of the shortest path followed by the algorithm, just after it has finished.
- drawPath(HeuristicPathTree) - Method in class com.example.sulemaia.Fragment.UniformCost
-
Method to control the whole drawing of the path once the algorithm finishes.
- drawPath(HeuristicPathTree) - Method in interface com.example.sulemaia.Interface.iAStar
-
Method to draw the path once the algorithm has finished.
- drawPath(HeuristicPathTree) - Method in interface com.example.sulemaia.Interface.iFirstTheBest
-
Method to draw the path once the algorithm has finished.
- drawPath(HeuristicPathTree) - Method in interface com.example.sulemaia.Interface.iUniformCost
-
Method to draw the path once the algorithm has finished.
- drawTree(PathManualTree.Node) - Method in class com.example.sulemaia.Model.PathManualTree
-
We draw the tree node by node checking which nodes are the actual node's children.