org.eclipse.gmt.umlx.ucore
Interface URelationInstance

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:
URelationInstanceImpl

public interface URelationInstance
extends UMappingInstance

A representation of the model object 'URelation Instance'.

The following features are supported:

See Also:
UcorePackage.getURelationInstance()

Method Summary
 URelation getDerivedUMapping()
           
 int getLowerBound()
          Returns the value of the 'Lower Bound' attribute.
 int getUpperBound()
          Returns the value of the 'Upper Bound' attribute.
 void setLowerBound(int value)
          Sets the value of the 'Lower Bound' attribute.
 void setUpperBound(int value)
          Sets the value of the 'Upper Bound' attribute.
 
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

getLowerBound

int getLowerBound()
Returns the value of the 'Lower Bound' attribute. The default value is "1".

If the meaning of the 'Lower Bound' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lower Bound' attribute.
See Also:
setLowerBound(int), UcorePackage.getURelationInstance_LowerBound()

setLowerBound

void setLowerBound(int value)
Sets the value of the 'Lower Bound' attribute.

Parameters:
value - the new value of the 'Lower Bound' attribute.
See Also:
getLowerBound()

getUpperBound

int getUpperBound()
Returns the value of the 'Upper Bound' attribute. The default value is "1".

If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Upper Bound' attribute.
See Also:
setUpperBound(int), UcorePackage.getURelationInstance_UpperBound()

setUpperBound

void setUpperBound(int value)
Sets the value of the 'Upper Bound' attribute.

Parameters:
value - the new value of the 'Upper Bound' attribute.
See Also:
getUpperBound()

getDerivedUMapping

URelation getDerivedUMapping()