Package com.sodius.mdw.metamodel.uml21
Interface CoreSemanticModelBridge
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,SemanticModelBridge
public interface CoreSemanticModelBridge extends SemanticModelBridge
A representation of the model object 'Core Semantic Model Bridge'.The following features are supported:
- See Also:
UMLPackage.getCoreSemanticModelBridge()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Element
getElement()
Returns the value of the 'Element' reference.void
setElement(Element value)
Sets the value of the 'Element
' reference.-
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
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.SemanticModelBridge
getDiagram, getGraphElement, getPresentation, setDiagram, setGraphElement, setPresentation
-
-
-
-
Method Detail
-
getElement
Element getElement()
Returns the value of the 'Element' reference. The default value is""
.- Returns:
- the value of the 'Element' reference.
- See Also:
setElement(Element)
,UMLPackage.getCoreSemanticModelBridge_Element()
-
setElement
void setElement(Element value)
Sets the value of the 'Element
' reference.- Parameters:
value
- the new value of the 'Element' reference.- See Also:
getElement()
-
-