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

Method init

src/main/java/gate/Resource.java:30–30  ·  view source on GitHub ↗

Initialise this resource, and return it.

()

Source from the content-addressed store, hash-verified

28{
29 /** Initialise this resource, and return it. */
30 public Resource init() throws ResourceInstantiationException;
31
32 /** Clears the internal data of the resource, when it gets released **/
33 public void cleanup();

Callers 15

createResourceMethod · 0.95
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
endElementMethod · 0.65
showMethod · 0.65
initGuiComponentsMethod · 0.65
runMethod · 0.65
showMethod · 0.65
setTargetMethod · 0.65
initMethod · 0.65
initGuiComponentsMethod · 0.65

Implementers 4

AbstractResourcesrc/main/java/gate/creole/AbstractReso
AbstractVisualResourcesrc/main/java/gate/creole/AbstractVisu
FeaturesSchemaEditorsrc/main/java/gate/gui/FeaturesSchemaE
SerialDatastoreViewersrc/main/java/gate/gui/SerialDatastore

Calls

no outgoing calls

Tested by

no test coverage detected