Package | Description |
---|---|
org.eclipse.epsilon.emc.graphml | |
org.eclipse.epsilon.emc.muddle | |
org.eclipse.epsilon.emc.muddle.impl | |
org.eclipse.epsilon.emc.muddle.util |
Modifier and Type | Method and Description |
---|---|
protected Slot |
GraphmlImporter.addSlot(MuddleElement node,
Feature prototype) |
protected Slot |
GraphmlImporter.findSlot(MuddleElement node,
Feature slotPrototype) |
protected Slot |
GraphmlImporter.findSuitableSlot(MuddleElement source,
MuddleElement target) |
protected Slot |
GraphmlImporter.getPrimarySlot(MuddleElement node) |
Modifier and Type | Method and Description |
---|---|
Slot |
MuddleFactory.createSlot()
Returns a new object of class 'Slot'.
|
protected Slot |
MuddleModelPropertyGetter.getSlot(MuddleElement element,
Feature feature) |
protected Slot |
MuddleModelPropertySetter.getSlot(MuddleElement element,
Feature feature) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Slot> |
Feature.getSlots()
Returns the value of the 'Slots' reference list.
|
org.eclipse.emf.common.util.EList<Slot> |
MuddleElement.getSlots()
Returns the value of the 'Slots' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
SlotImpl
An implementation of the model object 'Slot'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Slot> |
FeatureImpl.slots
The cached value of the '
Slots ' reference list. |
protected org.eclipse.emf.common.util.EList<Slot> |
MuddleElementImpl.slots
The cached value of the '
Slots ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Slot |
MuddleFactoryImpl.createSlot() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Slot> |
FeatureImpl.getSlots() |
org.eclipse.emf.common.util.EList<Slot> |
MuddleElementImpl.getSlots() |
Modifier and Type | Method and Description |
---|---|
T |
MuddleSwitch.caseSlot(Slot object)
Returns the result of interpreting the object as an instance of 'Slot'.
|
Copyright © 2016. All rights reserved.