|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScorerParam
| Method Summary | |
|---|---|
ScorerParam |
extract(ScorerParam p)
Use the supplied parameter if possible (correct name/type/bounds), else return the default; never null. |
java.lang.String |
getName()
Get the parameter name; never null or empty. |
ScorerParam |
parse(java.lang.String v)
Parse the String representation of a parameter returning a value of the same type; never null. |
ScorerParam |
perturb()
Returns a parameter with a small perturbation of the value (if possible); never null. |
boolean |
similar(ScorerParam p)
Returns true if the argument is signficantly different in value to this. |
java.lang.String |
toNameValueString()
Generate the "name=value" text; never null or empty, though the value part may be empty. |
| Method Detail |
|---|
ScorerParam perturb()
java.lang.String getName()
java.lang.String toNameValueString()
ScorerParam parse(java.lang.String v)
ScorerParam extract(ScorerParam p)
boolean similar(ScorerParam p)
|
DHD Multimedia Gallery V1.57.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||