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

Method getParent

src/main/java/gate/LanguageResource.java:56–56  ·  view source on GitHub ↗

Returns the parent LR of this LR. Only relevant for LRs that support shadowing. Most do not by default.

()

Source from the content-addressed store, hash-verified

54 * Only relevant for LRs that support shadowing. Most do not by default.
55 */
56 public LanguageResource getParent()
57 throws PersistenceException,SecurityException;
58
59 /**

Callers 15

testConfigUpdatingMethod · 0.65
dispatchKeyEventMethod · 0.65
setSelectedResourceMethod · 0.65
visitFileMethod · 0.65
actionPerformedMethod · 0.65
runMethod · 0.65
resourceDeletedMethod · 0.65
keyPressedMethod · 0.65
findWindowMethod · 0.65

Implementers 1

AbstractLanguageResourcesrc/main/java/gate/creole/AbstractLang

Calls

no outgoing calls

Tested by 1

testConfigUpdatingMethod · 0.52