org.eclipse.emf.emfstore.internal.fuzzy.emf.config
Interface Root

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RootImpl

public interface Root
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Root'.

The following features are supported:

See Also:
ConfigPackage.getRoot()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getElements()
          Returns the value of the 'Elements' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getElements

org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of type EObject.

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

Returns:
the value of the 'Elements' containment reference list.
See Also:
ConfigPackage.getRoot_Elements()


Copyright © 2015. All Rights Reserved.