| Package | Description |
|---|---|
| org.eclipse.epsilon.emc.emf.virtual | |
| org.eclipse.epsilon.emc.emf.virtual.impl | |
| org.eclipse.epsilon.emc.emf.virtual.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanSlot
A representation of the model object 'Boolean Slot'.
|
interface |
FloatSlot
A representation of the model object 'Float Slot'.
|
interface |
IntegerSlot
A representation of the model object 'Integer Slot'.
|
interface |
ReferenceSlot
A representation of the model object 'Reference Slot'.
|
interface |
StringSlot
A representation of the model object 'String Slot'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Slot> |
VirtualObject.getSlots()
Returns the value of the 'Slots' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSlotImpl
An implementation of the model object 'Boolean Slot'.
|
class |
FloatSlotImpl
An implementation of the model object 'Float Slot'.
|
class |
IntegerSlotImpl
An implementation of the model object 'Integer Slot'.
|
class |
ReferenceSlotImpl
An implementation of the model object 'Reference Slot'.
|
class |
SlotImpl
An implementation of the model object 'Slot'.
|
class |
StringSlotImpl
An implementation of the model object 'String Slot'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Slot> |
VirtualObjectImpl.getSlots() |
| Modifier and Type | Method and Description |
|---|---|
T |
VirtualSwitch.caseSlot(Slot object)
Returns the result of interpreting the object as an instance of 'Slot'.
|