Uses of Record Class
com.knezevic.edaf.v3.repr.grammar.render.TreeMetrics.Summary
Packages that use TreeMetrics.Summary
Package
Description
Grammar-based representation infrastructure.
Rendering utilities for symbolic trees.
-
Uses of TreeMetrics.Summary in com.knezevic.edaf.v3.repr.grammar
Methods in com.knezevic.edaf.v3.repr.grammar that return TreeMetrics.SummaryModifier and TypeMethodDescriptionGrammarTreeEngine.TreeInspection.metrics()Returns the value of themetricsrecord component.Constructors in com.knezevic.edaf.v3.repr.grammar with parameters of type TreeMetrics.SummaryModifierConstructorDescriptionTreeInspection(DerivationTree tree, List<Integer> decisionVector, List<Double> ercValues, String infix, String prefix, String latex, String dot, Map<String, Object> ast, String astJson, TreeMetrics.Summary metrics) Creates an instance of aTreeInspectionrecord class. -
Uses of TreeMetrics.Summary in com.knezevic.edaf.v3.repr.grammar.render
Methods in com.knezevic.edaf.v3.repr.grammar.render that return TreeMetrics.SummaryModifier and TypeMethodDescriptionstatic TreeMetrics.SummaryTreeMetrics.summarize(DerivationTree tree) Computes depth, size, and operator usage summary.