org.eclipse.gmt.umlx.qvtcore
Interface Area

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

public interface Area
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Area'.

The following features are supported:

See Also:
QvtcorePackage.getArea()

Method Summary
 BottomPattern getBottomPattern()
          Returns the value of the 'Bottom Pattern' containment reference.
 GuardPattern getGuardPattern()
          Returns the value of the 'Guard Pattern' containment reference.
 void setBottomPattern(BottomPattern value)
          Sets the value of the 'Bottom Pattern' containment reference.
 void setGuardPattern(GuardPattern value)
          Sets the value of the 'Guard Pattern' containment reference.
 
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

getGuardPattern

GuardPattern getGuardPattern()
Returns the value of the 'Guard Pattern' containment reference. It is bidirectional and its opposite is 'Area'.

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

Returns:
the value of the 'Guard Pattern' containment reference.
See Also:
setGuardPattern(GuardPattern), QvtcorePackage.getArea_GuardPattern(), GuardPattern.getArea()

setGuardPattern

void setGuardPattern(GuardPattern value)
Sets the value of the 'Guard Pattern' containment reference.

Parameters:
value - the new value of the 'Guard Pattern' containment reference.
See Also:
getGuardPattern()

getBottomPattern

BottomPattern getBottomPattern()
Returns the value of the 'Bottom Pattern' containment reference. It is bidirectional and its opposite is 'Area'.

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

Returns:
the value of the 'Bottom Pattern' containment reference.
See Also:
setBottomPattern(BottomPattern), QvtcorePackage.getArea_BottomPattern(), BottomPattern.getArea()

setBottomPattern

void setBottomPattern(BottomPattern value)
Sets the value of the 'Bottom Pattern' containment reference.

Parameters:
value - the new value of the 'Bottom Pattern' containment reference.
See Also:
getBottomPattern()