org.eclipse.gmt.umlx.ucore
Interface URule

All Superinterfaces:
org.eclipse.emf.ecore.EClassifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
UEvolution, UMapping, UPreservation, URelation
All Known Implementing Classes:
UEvolutionImpl, UMappingImpl, UPreservationImpl, URelationImpl, URuleImpl

public interface URule
extends org.eclipse.emf.ecore.EClassifier

A representation of the model object 'URule'.

The following features are supported:

See Also:
UcorePackage.getURule()

Method Summary
 org.eclipse.emf.common.util.EList getUDomains()
          Returns the value of the 'UDomains' containment reference list.
 UTransformation getUTransformation()
          Returns the value of the 'UTransformation' container reference.
 void setUTransformation(UTransformation value)
          Sets the value of the 'UTransformation' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EClassifier
getClassifierID, getDefaultValue, getEPackage, getInstanceClass, getInstanceClassName, isInstance, setInstanceClass, setInstanceClassName
 
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

getUTransformation

UTransformation getUTransformation()
Returns the value of the 'UTransformation' container reference. It is bidirectional and its opposite is 'UMappings'.

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 'UTransformation' container reference.
See Also:
setUTransformation(UTransformation), UcorePackage.getURule_UTransformation(), UTransformation.getUMappings()

setUTransformation

void setUTransformation(UTransformation value)
Sets the value of the 'UTransformation' container reference.

Parameters:
value - the new value of the 'UTransformation' container reference.
See Also:
getUTransformation()

getUDomains

org.eclipse.emf.common.util.EList getUDomains()
Returns the value of the 'UDomains' containment reference list. The list contents are of type UDomain. It is bidirectional and its opposite is 'UMapping'.

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

Returns:
the value of the 'UDomains' containment reference list.
See Also:
UcorePackage.getURule_UDomains(), UDomain.getUMapping()