Class NodeGroupUtil


  • public class NodeGroupUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getParentId​(org.dmg.pmml.tree.Node node)  
      static java.util.List<NodeGroup> group​(java.util.List<org.dmg.pmml.tree.Node> nodes)  
      static void setParentId​(org.dmg.pmml.tree.Node node, int parentId)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • group

        public static java.util.List<NodeGroup> group​(java.util.List<org.dmg.pmml.tree.Node> nodes)
      • getParentId

        public static java.lang.String getParentId​(org.dmg.pmml.tree.Node node)
      • setParentId

        public static void setParentId​(org.dmg.pmml.tree.Node node,
                                       int parentId)