public class NodeGroup extends ArrayList<org.dmg.pmml.tree.Node>
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_PARENT |
modCount| Modifier and Type | Method and Description |
|---|---|
String |
getParent() |
org.dmg.pmml.Predicate |
getPredicate(int index) |
boolean |
isShallow() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final String EXTENSION_PARENT
public NodeGroup(String parent)
public boolean isShallow()
public org.dmg.pmml.Predicate getPredicate(int index)
public String getParent()
Copyright © 2023. All rights reserved.