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

Method getID

src/main/java/gate/util/GateClassLoader.java:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 private String id = null;
98
99 public String getID() {
100 return id;
101 }
102
103 private boolean isolated = false;
104

Callers 15

loadClassMethod · 0.95
convertEventMethod · 0.80
itemStateChangedMethod · 0.80
actionPerformedMethod · 0.80
processMethod · 0.80
actionPerformedMethod · 0.80
processMouseEventMethod · 0.80
pluginUnloadedMethod · 0.80
processWindowEventMethod · 0.80
processMouseEventMethod · 0.80
processMouseEventMethod · 0.80
processMouseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected