org.eclipse.gmt.umlx.gcore
Interface GRootFolder

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GDiagramParent, GElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GRootFolderImpl

public interface GRootFolder
extends GDiagramParent

A representation of the model object 'GRoot Folder'.

The following features are supported:

See Also:
GcorePackage.getGRootFolder()

Method Summary
 org.eclipse.emf.common.util.EList getImports()
          Returns the value of the 'Imports' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GDiagramParent
getDiagrams
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getImports

org.eclipse.emf.common.util.EList getImports()
Returns the value of the 'Imports' containment reference list. The list contents are of type GImport. It is bidirectional and its opposite is 'Root'.

If the meaning of the 'Imports' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Imports' containment reference list.
See Also:
GcorePackage.getGRootFolder_Imports(), GImport.getRoot()