Class NodeGroup

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<org.dmg.pmml.tree.Node>, java.util.Collection<org.dmg.pmml.tree.Node>, java.util.List<org.dmg.pmml.tree.Node>, java.util.RandomAccess

    public class NodeGroup
    extends java.util.ArrayList<org.dmg.pmml.tree.Node>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXTENSION_PARENT  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeGroup​(java.lang.String parent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getParent()  
      org.dmg.pmml.Predicate getPredicate​(int index)  
      boolean isShallow()  
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray
      • Methods inherited from interface java.util.List

        containsAll
    • Field Detail

      • EXTENSION_PARENT

        public static final java.lang.String EXTENSION_PARENT
        See Also:
        Constant Field Values
    • Constructor Detail

      • NodeGroup

        public NodeGroup​(java.lang.String parent)
    • Method Detail

      • isShallow

        public boolean isShallow()
      • getPredicate

        public org.dmg.pmml.Predicate getPredicate​(int index)
      • getParent

        public java.lang.String getParent()