Uses of Record Class
es.urjc.etsii.grafo.autoconfig.generator.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in es.urjc.etsii.grafo.autoconfig.generator
Methods in es.urjc.etsii.grafo.autoconfig.generator that return TreeNodeModifier and TypeMethodDescriptionprotected TreeNode
AlgorithmCandidateGenerator.recursiveBuildTree
(String currentParamName, Class<?> currentComponent, TreeContext context) Methods in es.urjc.etsii.grafo.autoconfig.generator that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionAlgorithmCandidateGenerator.buildTree
(int maxDepth, int maxRepeat) TreeNode.children()
Returns the value of thechildren
record component.Methods in es.urjc.etsii.grafo.autoconfig.generator with parameters of type TreeNodeModifier and TypeMethodDescriptionprotected void
AlgorithmCandidateGenerator.recursiveToIraceParams
(TreeNode node, ArrayList<String> params, ArrayDeque<String> context) Method parameters in es.urjc.etsii.grafo.autoconfig.generator with type arguments of type TreeNodeModifier and TypeMethodDescriptionAlgorithmCandidateGenerator.toIraceParams
(List<TreeNode> nodes) Constructor parameters in es.urjc.etsii.grafo.autoconfig.generator with type arguments of type TreeNode -
Uses of TreeNode in es.urjc.etsii.grafo.autoconfig.irace
Methods in es.urjc.etsii.grafo.autoconfig.irace that return types with arguments of type TreeNode