public class DepthFiltering<T extends Event> extends HologramTransformation<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_depth
The depth at which to cut the tree
|
| Constructor and Description |
|---|
DepthFiltering(int depth) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
Operator<T> |
transform(Operator<T> tree) |
protected void |
transformRecursive(Operator<T> node,
int depth) |
Copyright © Sylvain HallĂ©. All Rights Reserved.