org.eclipse.gmt.umlx.eqvtbase
Interface Rule

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Mapping, Relation

public interface Rule
extends org.eclipse.emf.ecore.ENamedElement

A representation of the model object 'Rule'.

The following features are supported:

See Also:
EqvtBasePackage.getRule()

Method Summary
 org.eclipse.emf.common.util.EList<Domain> getDomain()
          Returns the value of the 'Domain' containment reference list.
 Rule getOverrides()
          Returns the value of the 'Overrides' reference.
 Transformation getTransformation()
          Returns the value of the 'Transformation' container reference.
 void setOverrides(Rule value)
          Sets the value of the 'Overrides' reference.
 void setTransformation(Transformation value)
          Sets the value of the 'Transformation' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

getDomain

org.eclipse.emf.common.util.EList<Domain> getDomain()
Returns the value of the 'Domain' containment reference list. The list contents are of type Domain. It is bidirectional and its opposite is 'Rule'.

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

Returns:
the value of the 'Domain' containment reference list.
See Also:
EqvtBasePackage.getRule_Domain(), Domain.getRule()

getTransformation

Transformation getTransformation()
Returns the value of the 'Transformation' container reference. It is bidirectional and its opposite is 'Rule'.

If the meaning of the 'Transformation' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Transformation' container reference.
See Also:
setTransformation(Transformation), EqvtBasePackage.getRule_Transformation(), Transformation.getRule()

setTransformation

void setTransformation(Transformation value)
Sets the value of the 'Transformation' container reference.

Parameters:
value - the new value of the 'Transformation' container reference.
See Also:
getTransformation()

getOverrides

Rule getOverrides()
Returns the value of the 'Overrides' reference.

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

Returns:
the value of the 'Overrides' reference.
See Also:
setOverrides(Rule), EqvtBasePackage.getRule_Overrides()

setOverrides

void setOverrides(Rule value)
Sets the value of the 'Overrides' reference.

Parameters:
value - the new value of the 'Overrides' reference.
See Also:
getOverrides()