SAM

org.topcased.sam
Interface ModelContent

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
All Known Subinterfaces:
Automaton, System
All Known Implementing Classes:
AutomatonImpl, ModelContentImpl, SystemImpl

public interface ModelContent
extends NamedItem

A representation of the model object 'Model Content'. This class is abstract and represents the different kinds of elements that can be the first element of the model.

The following features are supported:

See Also:
SAMPackage.getModelContent()
** Generated **
Model:
abstract="true"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList<MultiPort> getListMultiPort()
          Returns the value of the 'List Multi Port' containment reference list.
 Model getParentModel()
          Returns the value of the 'Parent Model' container reference.
 System getParentSystem()
          Returns the value of the 'Parent System' container reference.
 void setParentModel(Model value)
          Sets the value of the 'Parent Model' container reference
 void setParentSystem(System value)
          Sets the value of the 'Parent System' container reference
 
Methods inherited from interface org.topcased.sam.NamedItem
getName, setName
 
Methods inherited from interface org.topcased.sam.IdentifiedItem
getComment, getRequirements, setComment, setRequirements
 
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
 

Field Detail

copyright

static final java.lang.String copyright

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

getParentModel

Model getParentModel()
Returns the value of the 'Parent Model' container reference. It is bidirectional and its opposite is 'Model Content'.

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

Returns:
the value of the 'Parent Model' container reference.
See Also:
setParentModel(Model), SAMPackage.getModelContent_ParentModel(), Model.getModelContent()
** Generated **
Model:
opposite="modelContent" resolveProxies="false"

setParentModel

void setParentModel(Model value)
Sets the value of the 'Parent Model' container reference.

Parameters:
value - the new value of the 'Parent Model' container reference.
See Also:
getParentModel()
** Generated **

getParentSystem

System getParentSystem()
Returns the value of the 'Parent System' container reference. It is bidirectional and its opposite is 'List Elements'.

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

Returns:
the value of the 'Parent System' container reference.
See Also:
setParentSystem(org.topcased.sam.System), SAMPackage.getModelContent_ParentSystem(), System.getListElements()
** Generated **
Model:
opposite="listElements"

setParentSystem

void setParentSystem(System value)
Sets the value of the 'Parent System' container reference.

Parameters:
value - the new value of the 'Parent System' container reference.
See Also:
getParentSystem()
** Generated **

getListMultiPort

EList<MultiPort> getListMultiPort()
Returns the value of the 'List Multi Port' containment reference list. The list contents are of type MultiPort. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'List Multi Port' containment reference list.
See Also:
SAMPackage.getModelContent_ListMultiPort(), MultiPort.getParent()
** Generated **
Model:
type="org.topcased.sam.MultiPort" opposite="parent" containment="true"

SAM

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