org.eclipse.emf.emfstore.internal.server.model.versioning
Interface ModelElementQuery

All Superinterfaces:
APIDelegate<ESModelElementQuery>, org.eclipse.emf.ecore.EObject, HistoryQuery<ESModelElementQuery>, org.eclipse.emf.common.notify.Notifier, RangeQuery<ESModelElementQuery>
All Known Implementing Classes:
ModelElementQueryImpl

public interface ModelElementQuery
extends RangeQuery<ESModelElementQuery>

A representation of the model object ' Model Element Query'.

See Also:
VersioningPackage.getModelElementQuery()

Method Summary
 org.eclipse.emf.common.util.EList<ModelElementId> getModelElements()
          Returns the value of the 'Model Elements' containment reference list.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.RangeQuery
getLowerLimit, getUpperLimit, isIncludeIncoming, isIncludeOutgoing, setIncludeIncoming, setIncludeOutgoing, setLowerLimit, setUpperLimit
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.HistoryQuery
getSource, isIncludeAllVersions, isIncludeChangePackages, setIncludeAllVersions, setIncludeChangePackages, setSource
 
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
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

getModelElements

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

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

Returns:
the value of the 'Model Elements' containment reference list.
See Also:
VersioningPackage.getModelElementQuery_ModelElements()


Copyright © 2015. All Rights Reserved.