Returns the parent LR of this LR. Only relevant for LRs that support shadowing. Most do not by default.
()
| 54 | * Only relevant for LRs that support shadowing. Most do not by default. |
| 55 | */ |
| 56 | public LanguageResource getParent() |
| 57 | throws PersistenceException,SecurityException; |
| 58 | |
| 59 | /** |
no outgoing calls