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

Method getParameterValue

src/main/java/gate/Resource.java:42–42  ·  view source on GitHub ↗

Gets the value of a parameter of this resource. @param paramaterName the name of the parameter @return the current value of the parameter

(String paramaterName)

Source from the content-addressed store, hash-verified

40 * @return the current value of the parameter
41 */
42 public Object getParameterValue(String paramaterName)
43 throws ResourceInstantiationException;
44
45 /**

Callers 15

testDefaultValueMethod · 0.95
checkPersistenceMethod · 0.95
extractDataFromSourceMethod · 0.95
extractDataFromSourceMethod · 0.95
testCreateFromURLMethod · 0.65
defaultDuplicateMethod · 0.65
resourceUnloadedMethod · 0.65
checkParameterValuesMethod · 0.65
getParameterValuesMethod · 0.65
ParameterDisjunctionMethod · 0.65

Implementers 4

AbstractResourcesrc/main/java/gate/creole/AbstractReso
AbstractVisualResourcesrc/main/java/gate/creole/AbstractVisu
FeaturesSchemaEditorsrc/main/java/gate/gui/FeaturesSchemaE
SerialDatastoreViewersrc/main/java/gate/gui/SerialDatastore

Calls

no outgoing calls

Tested by 3

testDefaultValueMethod · 0.76
checkPersistenceMethod · 0.76
testCreateFromURLMethod · 0.52