public class MHawkRealParameter extends MHawkParameter
Constructor and Description |
---|
MHawkRealParameter(java.lang.String pName,
java.lang.String helpStr,
java.lang.Double sample)
Deprecated.
Output parameter constructor
|
MHawkRealParameter(java.lang.String pName,
java.lang.String helpStr,
java.util.Vector valChoices,
java.util.Vector legalChoices)
Deprecated.
Input parameter constructor - if both valChoices and legalChoices are specified
the latter is used.
|
getHelpString, getLegalChoices, getParameterName, getSample, getType, getValueChoices
public MHawkRealParameter(java.lang.String pName, java.lang.String helpStr, java.util.Vector valChoices, java.util.Vector legalChoices) throws MHawkException
MHawkException
- On specified choices, if any, that are not Doublepublic MHawkRealParameter(java.lang.String pName, java.lang.String helpStr, java.lang.Double sample) throws MHawkException
MHawkException
- On specified choices, if any, that are not Double