org.eclipse.gmt.umlx.eqvtcore
Interface CorePattern

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Pattern
All Known Subinterfaces:
BottomPattern, GuardPattern

public interface CorePattern
extends Pattern

A representation of the model object 'Core Pattern'.

The following features are supported:

See Also:
EqvtCorePackage.getCorePattern()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.ecore.Variable> getVariable()
          Returns the value of the 'Variable' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtbase.Pattern
getBindsTo, getPredicate
 
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

getVariable

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

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

Returns:
the value of the 'Variable' containment reference list.
See Also:
EqvtCorePackage.getCorePattern_Variable()