Package com.sodius.mdw.metamodel.doors
Interface FormalModule
-
- All Superinterfaces:
AttributedElement
,Comparable<Object>
,DiscussionContainer
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,Item
,MDWEObject
,MDWObject
,Module
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
,SituatedElement
public interface FormalModule extends Module, DiscussionContainer
A representation of the model object 'Formal Module'.The following features are supported:
- See Also:
DoorsPackage.getFormalModule()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<Object>
getAllObjects()
Returns the value of the 'All Objects' reference list.Baseline
getBaseline()
Returns the value of the 'Baseline' reference.MDWEList<Baseline>
getBaselines()
Returns the value of the 'Baselines' containment reference list.View
getCurrentView()
Returns the value of the 'Current View' reference.MDWEList<Object>
getObjects()
Returns the value of the 'Objects' containment reference list.MDWEList<Object>
getViewObjects()
Returns the value of the 'View Objects' reference list.MDWEList<View>
getViews()
Returns the value of the 'Views' containment reference list.void
setBaseline(Baseline value)
Sets the value of the 'Baseline
' reference.void
setCurrentView(View value)
Sets the value of the 'Current View
' reference.-
Methods inherited from interface com.sodius.mdw.metamodel.doors.AttributedElement
getAttributeValue, getCreatedBy, getCreatedOn, getInstantiatedAttributes, getLastModifiedBy, getLastModifiedOn, setCreatedBy, setCreatedOn, setLastModifiedBy, setLastModifiedOn
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.DiscussionContainer
getDiscussions
-
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.Item
getDescription, getOwner, getQualifiedName, getUniqueID, setDescription, setOwner
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.Module
getAttributes, getMode, getPrefix, getTypes, setMode, setPrefix
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.SituatedElement
getURL, setURL
-
-
-
-
Method Detail
-
getViews
MDWEList<View> getViews()
Returns the value of the 'Views' containment reference list. The list contents are of typeView
. It is bidirectional and its opposite is 'Owner
'.- Returns:
- the value of the 'Views' containment reference list.
- See Also:
DoorsPackage.getFormalModule_Views()
,View.getOwner()
-
getObjects
MDWEList<Object> getObjects()
Returns the value of the 'Objects' containment reference list. The list contents are of typeObject
. It is bidirectional and its opposite is 'Owner
'.- Returns:
- the value of the 'Objects' containment reference list.
- See Also:
DoorsPackage.getFormalModule_Objects()
,Object.getOwner()
-
getAllObjects
MDWEList<Object> getAllObjects()
Returns the value of the 'All Objects' reference list. The list contents are of typeObject
. It is bidirectional and its opposite is 'Module
'.- Returns:
- the value of the 'All Objects' reference list.
- See Also:
DoorsPackage.getFormalModule_AllObjects()
,Object.getModule()
-
getCurrentView
View getCurrentView()
Returns the value of the 'Current View' reference.- Returns:
- the value of the 'Current View' reference.
- See Also:
setCurrentView(View)
,DoorsPackage.getFormalModule_CurrentView()
-
setCurrentView
void setCurrentView(View value)
Sets the value of the 'Current View
' reference.- Parameters:
value
- the new value of the 'Current View' reference.- See Also:
getCurrentView()
-
getViewObjects
MDWEList<Object> getViewObjects()
Returns the value of the 'View Objects' reference list. The list contents are of typeObject
.- Returns:
- the value of the 'View Objects' reference list.
- See Also:
DoorsPackage.getFormalModule_ViewObjects()
-
getBaselines
MDWEList<Baseline> getBaselines()
Returns the value of the 'Baselines' containment reference list. The list contents are of typeBaseline
. It is bidirectional and its opposite is 'Owner
'.- Returns:
- the value of the 'Baselines' containment reference list.
- See Also:
DoorsPackage.getFormalModule_Baselines()
,Baseline.getOwner()
-
getBaseline
Baseline getBaseline()
Returns the value of the 'Baseline' reference.- Returns:
- the value of the 'Baseline' reference.
- See Also:
setBaseline(Baseline)
,DoorsPackage.getFormalModule_Baseline()
-
setBaseline
void setBaseline(Baseline value)
Sets the value of the 'Baseline
' reference.- Parameters:
value
- the new value of the 'Baseline' reference.- See Also:
getBaseline()
-
-