MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getDefaultValue

Method getDefaultValue

src/main/java/gate/creole/Parameter.java:345–347  ·  view source on GitHub ↗

Get the default value for this parameter. If the value is currently null it will try and calculate a value. @see #calculateDefaultValue()

()

Source from the content-addressed store, hash-verified

343 * @see #calculateDefaultValue()
344 */
345 public Object getDefaultValue() throws ParameterException {
346 return calculateDefaultValue();
347 } // getDefaultValue
348
349 /** Default value string (unprocessed, from the metadata)
350 * for the parameter

Callers 4

testParametersMethod · 0.95
toStringMethod · 0.95
extractDataFromSourceMethod · 0.95
extractDataFromSourceMethod · 0.95

Calls 1

calculateDefaultValueMethod · 0.95

Tested by 1

testParametersMethod · 0.76