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

Method getName

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

Get the name for this parameter

()

Source from the content-addressed store, hash-verified

389
390 /** Get the name for this parameter */
391 public String getName() { return name; }
392
393 /** Get the suffixes atached with this param. If it's null then there are
394 * no suffices attached with it

Callers 13

testParametersMethod · 0.95
resourceUnloadedMethod · 0.95
setParameterValueMethod · 0.95
checkParameterValuesMethod · 0.95
getDefaultsMethod · 0.95
extractDataFromSourceMethod · 0.95

Calls

no outgoing calls

Tested by 3

testParametersMethod · 0.76