Package org.eclipse.epf.uma
Interface UMASemanticModelBridge
- All Superinterfaces:
DiagramElement,Element,org.eclipse.emf.ecore.EObject,MethodElement,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement,SemanticModelBridge
- All Known Implementing Classes:
UMASemanticModelBridgeImpl
public interface UMASemanticModelBridge extends SemanticModelBridge
A representation of the model object 'UMA Semantic Model Bridge'.
The following features are supported:
- See Also:
UmaPackage.getUMASemanticModelBridge()
-
Method Summary
Modifier and Type Method Description MethodElementgetElement()Returns the value of the 'Element' reference.voidsetElement(MethodElement value)Sets the value of the 'Element' reference.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisibleMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.epf.uma.SemanticModelBridge
getDiagram, getGraphElement, getPresentation, setDiagram, setGraphElement, setPresentation
-
Method Details
-
getElement
MethodElement getElement()Returns the value of the 'Element' reference.- Returns:
- the value of the 'Element' reference.
- See Also:
setElement(MethodElement),UmaPackage.getUMASemanticModelBridge_Element()
-
setElement
Sets the value of the 'Element' reference.- Parameters:
value- the new value of the 'Element' reference.- See Also:
getElement()
-