Package org.eclipse.epf.uma
Interface SemanticModelBridge
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Subinterfaces:
CoreSemanticModelBridge
,SimpleSemanticModelElement
,UMASemanticModelBridge
- All Known Implementing Classes:
CoreSemanticModelBridgeImpl
,SemanticModelBridgeImpl
,SimpleSemanticModelElementImpl
,UMASemanticModelBridgeImpl
public interface SemanticModelBridge extends DiagramElement
A representation of the model object 'Semantic Model Bridge'.
The following features are supported:
- See Also:
UmaPackage.getSemanticModelBridge()
-
Method Summary
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.java.lang.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(java.lang.String value)
Sets the value of the 'Presentation
' attribute.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
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 org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPresentation
java.lang.String getPresentation()Returns the value of the 'Presentation' attribute. The default value is""
.- Returns:
- the value of the 'Presentation' attribute.
- See Also:
setPresentation(String)
,UmaPackage.getSemanticModelBridge_Presentation()
-
setPresentation
void setPresentation(java.lang.String value)Sets the value of the 'Presentation
' attribute.- Parameters:
value
- the new value of the 'Presentation' attribute.- See Also:
getPresentation()
-
getDiagram
Diagram getDiagram()Returns the value of the 'Diagram' container reference. It is bidirectional and its opposite is 'Namespace
'.- Returns:
- the value of the 'Diagram' container reference.
- See Also:
setDiagram(Diagram)
,UmaPackage.getSemanticModelBridge_Diagram()
,Diagram.getNamespace()
-
setDiagram
Sets the value of the 'Diagram
' container reference.- Parameters:
value
- the new value of the 'Diagram' container reference.- See Also:
getDiagram()
-
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)
,UmaPackage.getSemanticModelBridge_GraphElement()
,GraphElement.getSemanticModel()
-
setGraphElement
Sets the value of the 'Graph Element
' container reference.- Parameters:
value
- the new value of the 'Graph Element' container reference.- See Also:
getGraphElement()
-