public interface ILogicalUnit
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ILogicalUnit> | getChildren()Returns the logical children units of this logical unit. | 
| org.eclipse.emf.common.util.URI | getContainerUri()Returns the URI of the container of this logical unit. | 
| ILogicalUnit | getParent()Returns the logical parent unit of this logical unit. | 
| org.eclipse.emf.ecore.resource.Resource | getResource()Returns the resource backing the logical unit. | 
| boolean | isAccessible() | 
org.eclipse.emf.ecore.resource.Resource getResource()
ILogicalUnit getParent()
org.eclipse.emf.common.util.URI getContainerUri()
java.util.List<ILogicalUnit> getChildren()
boolean isAccessible()