Package com.sodius.mdw.metamodel.uml21
Interface SemanticModelBridge
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CoreSemanticModelBridge
,SimpleSemanticModelElement
public interface SemanticModelBridge extends MDWEObject
A representation of the model object 'Semantic Model Bridge'.The following features are supported:
- See Also:
com.sodius.mdw.metamodel.uml21.Uml21Package#getSemanticModelBridge()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Diagram
getDiagram()
Returns the value of the 'Diagram' container reference.GraphElement
getGraphElement()
Returns the value of the 'Graph Element' container reference.String
getPresentation()
Returns the value of the 'Presentation' attribute.void
setDiagram(Diagram value)
Sets the value of the 'Diagram
' container reference.void
setGraphElement(GraphElement value)
Sets the value of the 'Graph Element
' container reference.void
setPresentation(String value)
Sets the value of the 'Presentation
' attribute.-
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.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
-
-
-
-
Method Detail
-
getPresentation
String getPresentation()
Returns the value of the 'Presentation' attribute. The default value is""
.- Returns:
- the value of the 'Presentation' attribute.
- See Also:
setPresentation(String)
,com.sodius.mdw.metamodel.uml21.Uml21Package#getSemanticModelBridge_Presentation()
-
setPresentation
void setPresentation(String value)
Sets the value of the 'Presentation
' attribute.- Parameters:
value
- the new value of the 'Presentation' attribute.- See Also:
getPresentation()
-
getGraphElement
GraphElement getGraphElement()
Returns the value of the 'Graph Element' container reference. It is bidirectional and its opposite is 'Semantic Model
'.- Returns:
- the value of the 'Graph Element' container reference.
- See Also:
setGraphElement(GraphElement)
,com.sodius.mdw.metamodel.uml21.Uml21Package#getSemanticModelBridge_GraphElement()
,GraphElement.getSemanticModel()
-
setGraphElement
void setGraphElement(GraphElement value)
Sets the value of the 'Graph Element
' container reference.- Parameters:
value
- the new value of the 'Graph Element' container reference.- See Also:
getGraphElement()
-
getDiagram
Diagram getDiagram()
Returns the value of the 'Diagram' container reference. It is bidirectional and its opposite is 'Owner
'.- Returns:
- the value of the 'Diagram' container reference.
- See Also:
setDiagram(Diagram)
,com.sodius.mdw.metamodel.uml21.Uml21Package#getSemanticModelBridge_Diagram()
,Diagram.getOwner()
-
setDiagram
void setDiagram(Diagram value)
Sets the value of the 'Diagram
' container reference.- Parameters:
value
- the new value of the 'Diagram' container reference.- See Also:
getDiagram()
-
-