Uses of Interface
org.eclipse.epsilon.emc.emf.virtual.VirtualObject
Packages that use VirtualObject
Package
Description
-
Uses of VirtualObject in org.eclipse.epsilon.emc.emf.virtual
Methods in org.eclipse.epsilon.emc.emf.virtual that return VirtualObjectModifier and TypeMethodDescriptionVirtualFactory.createVirtualObject()Returns a new object of class 'Object'.Slot.getOwner()Returns the value of the 'Owner' container reference.Methods in org.eclipse.epsilon.emc.emf.virtual that return types with arguments of type VirtualObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<VirtualObject>VirtualModel.getObjects()Returns the value of the 'Objects' containment reference list.org.eclipse.emf.common.util.EList<VirtualObject>ReferenceSlot.getValues()Returns the value of the 'Values' reference list.Methods in org.eclipse.epsilon.emc.emf.virtual with parameters of type VirtualObjectModifier and TypeMethodDescriptionvoidSlot.setOwner(VirtualObject value) Sets the value of the 'Owner' container reference. -
Uses of VirtualObject in org.eclipse.epsilon.emc.emf.virtual.impl
Classes in org.eclipse.epsilon.emc.emf.virtual.impl that implement VirtualObjectModifier and TypeClassDescriptionclassAn implementation of the model object 'Object'.Fields in org.eclipse.epsilon.emc.emf.virtual.impl with type parameters of type VirtualObjectModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<VirtualObject>VirtualModelImpl.objectsThe cached value of the 'Objects' containment reference list.protected org.eclipse.emf.common.util.EList<VirtualObject>ReferenceSlotImpl.valuesThe cached value of the 'Values' reference list.Methods in org.eclipse.epsilon.emc.emf.virtual.impl that return VirtualObjectMethods in org.eclipse.epsilon.emc.emf.virtual.impl that return types with arguments of type VirtualObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<VirtualObject>VirtualModelImpl.getObjects()org.eclipse.emf.common.util.EList<VirtualObject>ReferenceSlotImpl.getValues()Methods in org.eclipse.epsilon.emc.emf.virtual.impl with parameters of type VirtualObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainSlotImpl.basicSetOwner(VirtualObject newOwner, org.eclipse.emf.common.notify.NotificationChain msgs) voidSlotImpl.setOwner(VirtualObject newOwner) -
Uses of VirtualObject in org.eclipse.epsilon.emc.emf.virtual.util
Methods in org.eclipse.epsilon.emc.emf.virtual.util with parameters of type VirtualObjectModifier and TypeMethodDescriptionVirtualSwitch.caseVirtualObject(VirtualObject object) Returns the result of interpreting the object as an instance of 'Object'.