Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
actionPerformed
Method · 0.95
registerPlugin
Method · 0.80
unregisterPlugin
Method · 0.80
handleDependencies
Method · 0.80
Calls
1
parseCreole
Method · 0.95
Tested by
no test coverage detected