Package elki.gui.util

Class DynamicParameters.Node

  • Enclosing class:
    DynamicParameters

    public static class DynamicParameters.Node
    extends java.lang.Object
    Node in the option tree (well, actually list)
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int depth  
      protected int flags  
      protected Parameter<?> param  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(Parameter<?> param, java.lang.String value, int flags, int depth)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
      • flags

        protected int flags
      • depth

        protected int depth
    • Constructor Detail

      • Node

        public Node​(Parameter<?> param,
                    java.lang.String value,
                    int flags,
                    int depth)
        Constructor.
        Parameters:
        param - Parameter
        value - Value
        flags - Flags
        depth - Depth (for tree representation)