Interface VirtualObject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,TypedElement
- All Known Implementing Classes:
VirtualObjectImpl
- See Also:
-
Method Summary
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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.epsilon.emc.emf.virtual.TypedElement
getType, setType
-
Method Details
-
getModel
VirtualModel getModel()Returns the value of the 'Model' container reference. It is bidirectional and its opposite is 'Objects
'.If the meaning of the 'Model' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Model' container reference.
- See Also:
-
setModel
Sets the value of the 'Model
' container reference.- Parameters:
value
- the new value of the 'Model' container reference.- See Also:
-
getSlots
org.eclipse.emf.common.util.EList<Slot> getSlots()Returns the value of the 'Slots' containment reference list. The list contents are of typeSlot
. It is bidirectional and its opposite is 'Owner
'.If the meaning of the 'Slots' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Slots' containment reference list.
- See Also:
-