Modelers

org.topcased.modeler.di.model
Interface SemanticModelBridge

All Superinterfaces:
EModelElement, EObject, Notifier
All Known Subinterfaces:
EMFSemanticModelBridge, SimpleSemanticModelElement

public interface SemanticModelBridge
extends EModelElement

A representation of the model object 'Semantic Model Bridge'.

The following features are supported:

See Also:
DiagramInterchangePackage.getSemanticModelBridge()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 GraphElement getGraphElement()
          Returns the value of the 'Graph Element' container reference.
 java.lang.String getPresentation()
          Returns the value of the 'Presentation' attribute
 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.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getPresentation

java.lang.String getPresentation()
Returns the value of the 'Presentation' attribute.

If the meaning of the 'Presentation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Presentation' attribute.
See Also:
setPresentation(String), DiagramInterchangePackage.getSemanticModelBridge_Presentation()
** Generated **
Model:

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()
** Generated **

getGraphElement

GraphElement getGraphElement()
Returns the value of the 'Graph Element' container reference. It is bidirectional and its opposite is 'Semantic Model'.

If the meaning of the 'Graph Element' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Graph Element' container reference.
See Also:
setGraphElement(GraphElement), DiagramInterchangePackage.getSemanticModelBridge_GraphElement(), GraphElement.getSemanticModel()
** Generated **
Model:
opposite="semanticModel" required="true"

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()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.