org.eclipse.gmt.umlx.tx
Interface TxContextSheet

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GDiagram, GElement, GModelElement, GSheet, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TxContextSheetImpl

public interface TxContextSheet
extends GSheet

A representation of the model object 'Context Sheet'.

The following features are supported:

See Also:
TxPackage.getTxContextSheet()

Method Summary
 UTransformation getDerivedCoModel()
           
 org.eclipse.emf.common.util.EList getGRelations()
          Returns the value of the 'GRelations' containment reference list.
 org.eclipse.emf.common.util.EList getGTypedModels()
          Returns the value of the 'GTyped Models' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GSheet
getCoModel, getLinks, getNodes, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GDiagram
getName, getParent, getRouter, setName, setParent, setRouter
 
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
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GModelElement
getDiagram, getSheet, setCoModel, simpleGetCoModel
 
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

getGRelations

org.eclipse.emf.common.util.EList getGRelations()
Returns the value of the 'GRelations' containment reference list. The list contents are of type TxRelation.

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

Returns:
the value of the 'GRelations' containment reference list.
See Also:
TxPackage.getTxContextSheet_GRelations()

getGTypedModels

org.eclipse.emf.common.util.EList getGTypedModels()
Returns the value of the 'GTyped Models' containment reference list. The list contents are of type TxTypedModel.

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

Returns:
the value of the 'GTyped Models' containment reference list.
See Also:
TxPackage.getTxContextSheet_GTypedModels()

getDerivedCoModel

UTransformation getDerivedCoModel()