psdi.common.parse

Class MinNode

    • Method Detail

      • getDouble

        public double getDouble(MboRemote mbo)
                         throws MXException,
                                java.rmi.RemoteException
        Evaluates the node and returns it's value as a double.
        Throws:
        MXException
        java.rmi.RemoteException
      • parentInfoString

        protected java.lang.String parentInfoString()
        Description copied from class: TreeNodeAdapter
        Sub-classes should override this method to create a string which provides information for the parent node only. The string created should be a single line.
        Specified by:
        parentInfoString in class TreeNodeAdapter