org.eclipse.gmt.umlx.qvtcore
Interface GuardPattern

All Superinterfaces:
CorePattern, Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object, Pattern

public interface GuardPattern
extends CorePattern

A representation of the model object 'Guard Pattern'.

The following features are supported:

See Also:
QvtcorePackage.getGuardPattern()

Method Summary
 Area getArea()
          Returns the value of the 'Area' container reference.
 void setArea(Area value)
          Sets the value of the 'Area' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.qvtbase.Pattern
getBindsTo, getPredicate
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
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

getArea

Area getArea()
Returns the value of the 'Area' container reference. It is bidirectional and its opposite is 'Guard Pattern'.

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

Returns:
the value of the 'Area' container reference.
See Also:
setArea(Area), QvtcorePackage.getGuardPattern_Area(), Area.getGuardPattern()

setArea

void setArea(Area value)
Sets the value of the 'Area' container reference.

Parameters:
value - the new value of the 'Area' container reference.
See Also:
getArea()