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 | Field and Description |
---|---|
protected MuddleElement |
OrphanLink.source |
protected MuddleElement |
OrphanLink.target |
Modifier and Type | Field and Description |
---|---|
protected HashMap<MuddleElement,org.jdom.Element> |
GraphmlImporter.nodeElementMap |
protected HashMap<String,MuddleElement> |
GraphmlImporter.nodeMap |
protected List<MuddleElement> |
GraphmlImporter.referenceNodes |
Modifier and Type | Method and Description |
---|---|
protected MuddleElement |
GraphmlImporter.findReferenceTarget(MuddleElement referenceNode) |
MuddleElement |
OrphanLink.getSource() |
MuddleElement |
OrphanLink.getTarget() |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphmlImporter.addEdgeNodeToNode(MuddleElement edgeNode,
MuddleElement node,
Feature prototype) |
protected void |
GraphmlImporter.addNodeToEdgeNode(MuddleElement edgeNode,
MuddleElement node,
Feature prototype) |
protected Slot |
GraphmlImporter.addSlot(MuddleElement node,
Feature prototype) |
protected void |
GraphmlImporter.annihilate(MuddleElement node) |
protected Feature |
GraphmlImporter.createEdgeTypeSlotPrototype(MuddleElement edgeNode,
String key) |
protected void |
GraphmlImporter.createPrimaryPrototypeSlot(MuddleElement node,
org.jdom.Element element,
String defaultSlotPrototypeNameKey) |
protected MuddleElement |
GraphmlImporter.findReferenceTarget(MuddleElement referenceNode) |
protected Slot |
GraphmlImporter.findSlot(MuddleElement node,
Feature slotPrototype) |
protected Slot |
GraphmlImporter.findSuitableSlot(MuddleElement source,
MuddleElement target) |
protected Feature |
GraphmlImporter.findSuitableSlotPrototype(MuddleElementType type,
MuddleElement value) |
protected String |
GraphmlImporter.getNodeData(MuddleElement node,
String key) |
protected Slot |
GraphmlImporter.getPrimarySlot(MuddleElement node) |
protected boolean |
GraphmlImporter.matches(MuddleElement node,
MuddleElement referenceNode) |
protected void |
GraphmlImporter.populateSlots(MuddleElement node,
org.jdom.Element element) |
void |
OrphanLink.setSource(MuddleElement source) |
void |
OrphanLink.setTarget(MuddleElement target) |
Constructor and Description |
---|
OrphanLink(MuddleElement source,
MuddleElement target) |
Modifier and Type | Method and Description |
---|---|
MuddleElement |
MuddleFactory.createMuddleElement()
Returns a new object of class 'Element'.
|
MuddleElement |
Slot.getOwningElement()
Returns the value of the 'Owning Element' container reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MuddleElement> |
Muddle.getElements()
Returns the value of the 'Elements' containment reference list.
|
org.eclipse.emf.common.util.EList<MuddleElement> |
MuddleElementType.getInstances()
Returns the value of the 'Instances' reference list.
|
Modifier and Type | Method and Description |
---|---|
protected Feature |
MuddleModelPropertyGetter.getFeature(MuddleElement element,
String property) |
protected Feature |
MuddleModelPropertySetter.getFeature(MuddleElement element,
String property) |
protected Slot |
MuddleModelPropertyGetter.getSlot(MuddleElement element,
Feature feature) |
protected Slot |
MuddleModelPropertySetter.getSlot(MuddleElement element,
Feature feature) |
void |
Slot.setOwningElement(MuddleElement value)
Sets the value of the '
Owning Element ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
MuddleElementImpl
An implementation of the model object 'Element'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<MuddleElement> |
MuddleImpl.elements
The cached value of the '
Elements ' containment reference list. |
protected org.eclipse.emf.common.util.EList<MuddleElement> |
MuddleElementTypeImpl.instances
The cached value of the '
Instances ' reference list. |
Modifier and Type | Method and Description |
---|---|
MuddleElement |
MuddleFactoryImpl.createMuddleElement() |
MuddleElement |
SlotImpl.getOwningElement() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MuddleElement> |
MuddleImpl.getElements() |
org.eclipse.emf.common.util.EList<MuddleElement> |
MuddleElementTypeImpl.getInstances() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SlotImpl.basicSetOwningElement(MuddleElement newOwningElement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SlotImpl.setOwningElement(MuddleElement newOwningElement) |
Modifier and Type | Method and Description |
---|---|
T |
MuddleSwitch.caseMuddleElement(MuddleElement object)
Returns the result of interpreting the object as an instance of 'Element'.
|
Copyright © 2016. All rights reserved.