
public class DynamicParameters.Node extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
depth |
protected int |
flags |
protected Parameter<?> |
param |
protected String |
value |
| Constructor and Description |
|---|
DynamicParameters.Node(Parameter<?> param,
String value,
int flags,
int depth)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.