SAM

org.topcased.sam
Interface Model

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ModelImpl

public interface Model
extends EObject

A representation of the model object 'Model'. This class represent the root of the global model. There is only one instance of this element for each model.

The following features are supported:

See Also:
SAMPackage.getModel()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ModelContent getModelContent()
          Returns the value of the 'Model Content' containment reference.
 void setModelContent(ModelContent value)
          Sets the value of the 'Model Content' 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getModelContent

ModelContent getModelContent()
Returns the value of the 'Model Content' containment reference. It is bidirectional and its opposite is 'Parent Model'.

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

Returns:
the value of the 'Model Content' containment reference.
See Also:
setModelContent(ModelContent), SAMPackage.getModel_ModelContent(), ModelContent.getParentModel()
** Generated **
Model:
opposite="parentModel" containment="true" required="true"

setModelContent

void setModelContent(ModelContent value)
Sets the value of the 'Model Content' containment reference.

Parameters:
value - the new value of the 'Model Content' containment reference.
See Also:
getModelContent()
** Generated **

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.