NetCharts Server

netcharts.server.api
Interface NDSPostProcessorInterfaceParameterValidator


public interface NDSPostProcessorInterfaceParameterValidator


Method Summary
 boolean enable(java.lang.String currentValue, java.util.Hashtable otherValues)
          Returns whether the parameter should be enabled in the GUI.
 boolean validate(java.lang.String currentValue, java.util.Hashtable otherValues)
          Returns whether the values is a valid value for the parameter.
 

Method Detail

validate

public boolean validate(java.lang.String currentValue,
                        java.util.Hashtable otherValues)
Returns whether the values is a valid value for the parameter. Is called when the user enters a new value.
Parameters:
currentValue - The value entered by the user.
otherValues - The set of other parameters and their values of the Process Module.
Returns:
true if the value is valid, false otherwise.

enable

public boolean enable(java.lang.String currentValue,
                      java.util.Hashtable otherValues)
Returns whether the parameter should be enabled in the GUI. Is called whenever a value is changed.
Parameters:
currentValue - The value entered by the user.
otherValues - The set of other parameters and their values of the Process Module.
Returns:
true if the parameter should be enabled, false otherwise.

NetCharts Server


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2006
All Rights Reserved.

NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Nov 26, 2006