Uses of Class
me.gosimple.nbvcxz.resources.AdjacencyGraph
Packages that use AdjacencyGraph
-
Uses of AdjacencyGraph in me.gosimple.nbvcxz.matching.match
Methods in me.gosimple.nbvcxz.matching.match that return AdjacencyGraphConstructors in me.gosimple.nbvcxz.matching.match with parameters of type AdjacencyGraphModifierConstructorDescriptionSpacialMatch(String match, Configuration configuration, int start_index, int end_index, AdjacencyGraph adjacencyGraph, int turns, int shiftedNumber) Create a newSpacialMatchwhich is a sequence of characters following themselves on the keyboard/keypad -
Uses of AdjacencyGraph in me.gosimple.nbvcxz.resources
Methods in me.gosimple.nbvcxz.resources that return types with arguments of type AdjacencyGraphModifier and TypeMethodDescriptionConfiguration.getAdjacencyGraphs()static List<AdjacencyGraph>ConfigurationBuilder.getDefaultAdjacencyGraphs()Methods in me.gosimple.nbvcxz.resources with parameters of type AdjacencyGraphModifier and TypeMethodDescriptionAdjacencyGraphUtil.getNeighbors(AdjacencyGraph adjacencyGraph, Character key) Returns a set of neighbors for a specific character.static intAdjacencyGraphUtil.getShifts(AdjacencyGraph adjacencyGraph, String part) Returns the number of shifts in case in the part passed in.static intAdjacencyGraphUtil.getTurns(AdjacencyGraph adjacencyGraph, String part) Returns the number of turns in the part passed in based on the adjacency graph.Method parameters in me.gosimple.nbvcxz.resources with type arguments of type AdjacencyGraphModifier and TypeMethodDescriptionConfigurationBuilder.setAdjacencyGraphs(List<AdjacencyGraph> adjacencyGraphs) AdjacencyGraphs are used to find spacial patterns within passwords (e.g.