Uses of Interface
org.eclipse.epsilon.emc.muddle.MuddleElement
Packages that use MuddleElement
Package
Description
-
Uses of MuddleElement in org.eclipse.epsilon.emc.graphml
Fields in org.eclipse.epsilon.emc.graphml declared as MuddleElementModifier and TypeFieldDescriptionprotected MuddleElementOrphanLink.sourceprotected MuddleElementOrphanLink.targetFields in org.eclipse.epsilon.emc.graphml with type parameters of type MuddleElementModifier and TypeFieldDescriptionprotected HashMap<MuddleElement,org.jdom.Element> GraphmlImporter.nodeElementMapprotected HashMap<String,MuddleElement> GraphmlImporter.nodeMapprotected List<MuddleElement>GraphmlImporter.referenceNodesMethods in org.eclipse.epsilon.emc.graphml that return MuddleElementModifier and TypeMethodDescriptionprotected MuddleElementGraphmlImporter.findReferenceTarget(MuddleElement referenceNode) OrphanLink.getSource()OrphanLink.getTarget()Methods in org.eclipse.epsilon.emc.graphml with parameters of type MuddleElementModifier and TypeMethodDescriptionprotected voidGraphmlImporter.addEdgeNodeToNode(MuddleElement edgeNode, MuddleElement node, Feature prototype) protected voidGraphmlImporter.addNodeToEdgeNode(MuddleElement edgeNode, MuddleElement node, Feature prototype) protected SlotGraphmlImporter.addSlot(MuddleElement node, Feature prototype) protected voidGraphmlImporter.annihilate(MuddleElement node) protected FeatureGraphmlImporter.createEdgeTypeSlotPrototype(MuddleElement edgeNode, String key) protected voidGraphmlImporter.createPrimaryPrototypeSlot(MuddleElement node, org.jdom.Element element, String defaultSlotPrototypeNameKey) protected MuddleElementGraphmlImporter.findReferenceTarget(MuddleElement referenceNode) protected SlotGraphmlImporter.findSlot(MuddleElement node, Feature slotPrototype) protected SlotGraphmlImporter.findSuitableSlot(MuddleElement source, MuddleElement target) protected FeatureGraphmlImporter.findSuitableSlotPrototype(MuddleElementType type, MuddleElement value) protected StringGraphmlImporter.getNodeData(MuddleElement node, String key) protected SlotGraphmlImporter.getPrimarySlot(MuddleElement node) protected booleanGraphmlImporter.matches(MuddleElement node, MuddleElement referenceNode) protected voidGraphmlImporter.populateSlots(MuddleElement node, org.jdom.Element element) voidOrphanLink.setSource(MuddleElement source) voidOrphanLink.setTarget(MuddleElement target) Constructors in org.eclipse.epsilon.emc.graphml with parameters of type MuddleElement -
Uses of MuddleElement in org.eclipse.epsilon.emc.muddle
Methods in org.eclipse.epsilon.emc.muddle that return MuddleElementModifier and TypeMethodDescriptionMuddleFactory.createMuddleElement()Returns a new object of class 'Element'.Slot.getOwningElement()Returns the value of the 'Owning Element' container reference.Methods in org.eclipse.epsilon.emc.muddle that return types with arguments of type MuddleElementModifier and TypeMethodDescriptionorg.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.Methods in org.eclipse.epsilon.emc.muddle with parameters of type MuddleElementModifier and TypeMethodDescriptionprotected FeatureMuddleModelPropertyGetter.getFeature(MuddleElement element, String property) protected FeatureMuddleModelPropertySetter.getFeature(MuddleElement element, String property) protected SlotMuddleModelPropertyGetter.getSlot(MuddleElement element, Feature feature) protected SlotMuddleModelPropertySetter.getSlot(MuddleElement element, Feature feature) voidSlot.setOwningElement(MuddleElement value) Sets the value of the 'Owning Element' container reference. -
Uses of MuddleElement in org.eclipse.epsilon.emc.muddle.impl
Classes in org.eclipse.epsilon.emc.muddle.impl that implement MuddleElementModifier and TypeClassDescriptionclassAn implementation of the model object 'Element'.Fields in org.eclipse.epsilon.emc.muddle.impl with type parameters of type MuddleElementModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MuddleElement>MuddleImpl.elementsThe cached value of the 'Elements' containment reference list.protected org.eclipse.emf.common.util.EList<MuddleElement>MuddleElementTypeImpl.instancesThe cached value of the 'Instances' reference list.Methods in org.eclipse.epsilon.emc.muddle.impl that return MuddleElementModifier and TypeMethodDescriptionMuddleFactoryImpl.createMuddleElement()SlotImpl.getOwningElement()Methods in org.eclipse.epsilon.emc.muddle.impl that return types with arguments of type MuddleElementModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MuddleElement>MuddleImpl.getElements()org.eclipse.emf.common.util.EList<MuddleElement>MuddleElementTypeImpl.getInstances()Methods in org.eclipse.epsilon.emc.muddle.impl with parameters of type MuddleElementModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainSlotImpl.basicSetOwningElement(MuddleElement newOwningElement, org.eclipse.emf.common.notify.NotificationChain msgs) voidSlotImpl.setOwningElement(MuddleElement newOwningElement) -
Uses of MuddleElement in org.eclipse.epsilon.emc.muddle.util
Methods in org.eclipse.epsilon.emc.muddle.util with parameters of type MuddleElementModifier and TypeMethodDescriptionMuddleSwitch.caseMuddleElement(MuddleElement object) Returns the result of interpreting the object as an instance of 'Element'.