org.eclipse.gmt.umlx.gcore
Interface GTransientCoModel

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GAssociation, GAttribution, GInheritance, GTransientSheetLink, GTransientSheetNode, TxDomain2TxTypedModel, TxMapping2TxDomain, TxTransformation2TxTransformation, TxTransformation2TxTypedModel, TxTypedModel2TxTypedModel, TxTypedModel2TxUsedPackage, TxUsedDomain2TxVariable
All Known Implementing Classes:
GAssociationImpl, GAttributionImpl, GInheritanceImpl, GTransientCoModelImpl, GTransientSheetLinkImpl, GTransientSheetNodeImpl, TxDomain2TxTypedModelImpl, TxMapping2TxDomainImpl, TxTransformation2TxTransformationImpl, TxTransformation2TxTypedModelImpl, TxTypedModel2TxTypedModelImpl, TxTypedModel2TxUsedPackageImpl, TxUsedDomain2TxVariableImpl

public interface GTransientCoModel
extends GModelElement

A representation of the model object 'GTransient Co Model'.

The following features are supported:

See Also:
GcorePackage.getGTransientCoModel()

Method Summary
 org.eclipse.emf.ecore.EModelElement getCoModel()
          Returns the value of the 'Co Model' reference.
 void setCoModel(org.eclipse.emf.ecore.EModelElement value)
          Sets the value of the 'Co Model' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GModelElement
getDiagram, getSheet, 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

getCoModel

org.eclipse.emf.ecore.EModelElement getCoModel()
Returns the value of the 'Co Model' reference.

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

Specified by:
getCoModel in interface GModelElement
Returns:
the value of the 'Co Model' reference.
See Also:
setCoModel(EModelElement), GcorePackage.getGTransientCoModel_CoModel()

setCoModel

void setCoModel(org.eclipse.emf.ecore.EModelElement value)
Sets the value of the 'Co Model' reference.

Specified by:
setCoModel in interface GModelElement
Parameters:
value - the new value of the 'Co Model' reference.
See Also:
getCoModel()