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

Method getRequiredPlugins

src/main/java/gate/creole/Plugin.java:248–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 }
247
248 public Set<Plugin> getRequiredPlugins() {
249 if(requiredPlugins == null) parseCreole();
250
251 return requiredPlugins;
252 }
253
254 @Override
255 public int hashCode() {

Callers 4

actionPerformedMethod · 0.95
registerPluginMethod · 0.80
unregisterPluginMethod · 0.80
handleDependenciesMethod · 0.80

Calls 1

parseCreoleMethod · 0.95

Tested by

no test coverage detected