Package io.odysz.semantic.DA
Interface DatasetHelper.NodeFormatter
- Enclosing class:
- DatasetHelper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The reference implementation can be similar to
DatasetHelper.formatSemanticNode(TreeSemantics, AnResultset, AnTreeNode, int)
.- Author:
- Ody
-
Method Summary
Modifier and TypeMethodDescriptionformat
(DatasetCfg.TreeSemantics sm, AnResultset rs, DatasetCfg.AnTreeNode root, int level) Create a SemanticObject for tree node with current rs row.
-
Method Details
-
format
DatasetCfg.AnTreeNode format(DatasetCfg.TreeSemantics sm, AnResultset rs, DatasetCfg.AnTreeNode root, int level) Create a SemanticObject for tree node with current rs row.- Parameters:
sm
-rs
- with index to the current row, the row to be converted to a noderoot
-level
-- Returns:
- tree node
-