Interface VirtualObject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TypedElement
All Known Implementing Classes:
VirtualObjectImpl

public interface VirtualObject extends TypedElement
A representation of the model object 'Object'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Model' container reference.
    org.eclipse.emf.common.util.EList<Slot>
    Returns the value of the 'Slots' containment reference list.
    void
    Sets the value of the 'Model' container reference.

    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

      void setModel(VirtualModel value)
      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 type Slot. 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: