org.eclipse.gmt.umlx.qvtcore
Interface BottomPattern

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

public interface BottomPattern
extends CorePattern

A representation of the model object 'Bottom Pattern'.

The following features are supported:

See Also:
QvtcorePackage.getBottomPattern()

Method Summary
 Area getArea()
          Returns the value of the 'Area' container reference.
 org.eclipse.emf.common.util.EList<Assignment> getAssignment()
          Returns the value of the 'Assignment' containment reference list.
 org.eclipse.emf.common.util.EList<EnforcementOperation> getEnforcementOperation()
          Returns the value of the 'Enforcement Operation' containment reference list.
 org.eclipse.emf.common.util.EList<RealizedVariable> getRealizedVariable()
          Returns the value of the 'Realized Variable' containment reference list.
 void setArea(Area value)
          Sets the value of the 'Area' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.qvtcore.CorePattern
getVariable
 
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 'Bottom 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.getBottomPattern_Area(), Area.getBottomPattern()

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()

getAssignment

org.eclipse.emf.common.util.EList<Assignment> getAssignment()
Returns the value of the 'Assignment' containment reference list. The list contents are of type Assignment. It is bidirectional and its opposite is 'Bottom Pattern'.

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

Returns:
the value of the 'Assignment' containment reference list.
See Also:
QvtcorePackage.getBottomPattern_Assignment(), Assignment.getBottomPattern()

getEnforcementOperation

org.eclipse.emf.common.util.EList<EnforcementOperation> getEnforcementOperation()
Returns the value of the 'Enforcement Operation' containment reference list. The list contents are of type EnforcementOperation. It is bidirectional and its opposite is 'Bottom Pattern'.

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

Returns:
the value of the 'Enforcement Operation' containment reference list.
See Also:
QvtcorePackage.getBottomPattern_EnforcementOperation(), EnforcementOperation.getBottomPattern()

getRealizedVariable

org.eclipse.emf.common.util.EList<RealizedVariable> getRealizedVariable()
Returns the value of the 'Realized Variable' containment reference list. The list contents are of type RealizedVariable.

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

Returns:
the value of the 'Realized Variable' containment reference list.
See Also:
QvtcorePackage.getBottomPattern_RealizedVariable()