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

Method isOptional

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

Is the parameter optional?

()

Source from the content-addressed store, hash-verified

75
76 /** Is the parameter optional? */
77 public boolean isOptional() { return optional; }
78
79 /** The name of the item's class. If the parameter is a collection then
80 * we need to know the class of its items in order to create them the

Callers 4

getDefaultsMethod · 0.95
checkParameterValuesMethod · 0.45
ParameterDisjunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected