org.eclipse.gmt.umlx.gcore
Interface GDiagramParent

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GFolder, GRootFolder
All Known Implementing Classes:
GDiagramParentImpl, GFolderImpl, GRootFolderImpl

public interface GDiagramParent
extends GElement

A representation of the model object 'GDiagram Parent'.

The following features are supported:

See Also:
GcorePackage.getGDiagramParent()

Method Summary
 org.eclipse.emf.common.util.EList getDiagrams()
          Returns the value of the 'Diagrams' containment reference list.
 
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

getDiagrams

org.eclipse.emf.common.util.EList getDiagrams()
Returns the value of the 'Diagrams' containment reference list. The list contents are of type GDiagram. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'Diagrams' containment reference list.
See Also:
GcorePackage.getGDiagramParent_Diagrams(), GDiagram.getParent()