org.eclipse.gmt.umlx.ucore
Interface UEvolutionInstance

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, UConstraint, UMappingInstance
All Known Implementing Classes:
UEvolutionInstanceImpl

public interface UEvolutionInstance
extends UMappingInstance

A representation of the model object 'UEvolution Instance'.

See Also:
UcorePackage.getUEvolutionInstance()

Method Summary
 UEvolution getDerivedUMapping()
           
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UMappingInstance
getUBindings, getUMapping, setUMapping, simpleGetUMapping
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UConstraint
getURelation, setURelation
 
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

getDerivedUMapping

UEvolution getDerivedUMapping()