Modelers

org.topcased.modeler.di.model
Interface EMFSemanticModelBridge

All Superinterfaces:
EModelElement, EObject, Notifier, SemanticModelBridge

public interface EMFSemanticModelBridge
extends SemanticModelBridge

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

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EObject getElement()
          Returns the value of the 'Element' reference
 void setElement(EObject value)
          Sets the value of the 'Element' reference
 
Methods inherited from interface org.topcased.modeler.di.model.SemanticModelBridge
getGraphElement, getPresentation, setGraphElement, setPresentation
 
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

getElement

EObject getElement()
Returns the value of the 'Element' reference.

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

Returns:
the value of the 'Element' reference.
See Also:
setElement(EObject), DiagramInterchangePackage.getEMFSemanticModelBridge_Element()
** Generated **
Model:
required="true"

setElement

void setElement(EObject value)
Sets the value of the 'Element' reference.

Parameters:
value - the new value of the 'Element' reference.
See Also:
getElement()
** Generated **

Modelers

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