org.eclipse.emf.henshin.model
Interface ModelElement

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
And, Annotation, Attribute, AttributeCondition, BinaryFormula, ConditionalUnit, Edge, Graph, IndependentUnit, IteratedUnit, LoopUnit, Mapping, Module, MultiUnit, NamedElement, NestedCondition, Node, Not, Or, Parameter, ParameterMapping, PriorityUnit, Rule, SequentialUnit, UnaryFormula, UnaryUnit, Unit, Xor
All Known Implementing Classes:
AndImpl, AnnotationImpl, AttributeConditionImpl, AttributeImpl, BinaryFormulaImpl, ConditionalUnitImpl, EdgeImpl, GraphImpl, IndependentUnitImpl, IteratedUnitImpl, LoopUnitImpl, MappingImpl, ModelElementImpl, ModuleImpl, MultiUnitImpl, NamedElementImpl, NestedConditionImpl, NodeImpl, NotImpl, OrImpl, ParameterImpl, ParameterMappingImpl, PriorityUnitImpl, RuleImpl, SequentialUnitImpl, UnaryFormulaImpl, UnaryUnitImpl, UnitImpl, XorImpl

public interface ModelElement
extends EObject

A representation of the model object 'Model Element'.

The following features are supported:

See Also:
HenshinPackage.getModelElement()

Method Summary
 EList<Annotation> getAnnotations()
          Returns the value of the 'Annotations' 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

getAnnotations

EList<Annotation> getAnnotations()
Returns the value of the 'Annotations' containment reference list. The list contents are of type Annotation.

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

Returns:
the value of the 'Annotations' containment reference list.
See Also:
HenshinPackage.getModelElement_Annotations()