Interface VirtualObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      VirtualModel getModel()
      Returns the value of the 'Model' container reference.
      org.eclipse.emf.common.util.EList<Slot> getSlots()
      Returns the value of the 'Slots' containment reference list.
      void setModel​(VirtualModel value)
      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
    • Method Detail

      • 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:
        getModel()
      • 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:
        VirtualPackage.getVirtualObject_Slots(), Slot.getOwner()