T - The event typepublic class RootChildDeletion<T extends Event> extends HologramTransformation<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_maxChildren
The maximum number of children that the root node can have
|
| Constructor and Description |
|---|
RootChildDeletion(int max_children) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
Operator<T> |
transform(Operator<T> tree) |
protected void |
transformRecursive(Operator<T> node,
boolean fail_fast) |
protected int m_maxChildren
Copyright © Sylvain HallĂ©. All Rights Reserved.