Package overit.geocallapp.wfm.ai
Class MenuUtilsAI
java.lang.Object
overit.geocallapp.wfm.ai.MenuUtilsAI
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWrapper class used to represents a menu node's path during the research of a menu's node.
It store informations like its parents breadcrumb, it's position and the xml page it is linked to. -
Method Summary
Modifier and TypeMethodDescriptionprotected static booleanstatic List<MenuUtilsAI.MenuNode> findMenuNodesFromNode(XMLTree node, Teacher t) Search indside the menu tree all the items that contains the query passed as parameter into their label.
-
Method Details
-
findMenuNodesFromNode
Search indside the menu tree all the items that contains the query passed as parameter into their label.- Parameters:
t- The teacher with which tranlaste labels- Returns:
- A list of menu items that contains the searched string into their labels.
-
find
-