Uses of Interface
org.eclipse.epsilon.emc.muddle.MuddleElementType
Packages that use MuddleElementType
Package
Description
-
Uses of MuddleElementType in org.eclipse.epsilon.emc.graphml
Methods in org.eclipse.epsilon.emc.graphml that return MuddleElementTypeModifier and TypeMethodDescriptionprotected MuddleElementTypeGraphmlImporter.nodeTypeForName(String name) protected MuddleElementTypeGraphmlImporter.typeForName(String name, boolean edgeType) Methods in org.eclipse.epsilon.emc.graphml with parameters of type MuddleElementTypeModifier and TypeMethodDescriptionprotected FeatureGraphmlImporter.addSlotPrototype(MuddleElementType nodeType, Feature prototype) protected FeatureGraphmlImporter.findSuitableSlotPrototype(MuddleElementType type, MuddleElement value) protected FeatureGraphmlImporter.getOrCreateFeature(MuddleElementType type, String featureName) -
Uses of MuddleElementType in org.eclipse.epsilon.emc.muddle
Subinterfaces of MuddleElementType in org.eclipse.epsilon.emc.muddleModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Link Element Type'.Methods in org.eclipse.epsilon.emc.muddle that return MuddleElementTypeModifier and TypeMethodDescriptionMuddleFactory.createMuddleElementType()Returns a new object of class 'Element Type'.Feature.getOwningType()Returns the value of the 'Owning Type' container reference.MuddleElement.getType()Returns the value of the 'Type' reference.protected MuddleElementTypeMuddleModel.muddleElementTypeForName(String name) Methods in org.eclipse.epsilon.emc.muddle that return types with arguments of type MuddleElementTypeModifier and TypeMethodDescriptionprotected Set<MuddleElementType>MuddleModel.getAllSubTypes(MuddleElementType elementType) org.eclipse.emf.common.util.EList<MuddleElementType>MuddleElementType.getSubTypes()Returns the value of the 'Sub Types' reference list.org.eclipse.emf.common.util.EList<MuddleElementType>MuddleElementType.getSuperTypes()Returns the value of the 'Super Types' reference list.Methods in org.eclipse.epsilon.emc.muddle with parameters of type MuddleElementTypeModifier and TypeMethodDescriptionprotected voidMuddleModel.collectAllSubTypes(MuddleElementType elementType, Set<MuddleElementType> allSubTypes) protected Set<MuddleElementType>MuddleModel.getAllSubTypes(MuddleElementType elementType) voidFeature.setOwningType(MuddleElementType value) Sets the value of the 'Owning Type' container reference.voidMuddleElement.setType(MuddleElementType value) Sets the value of the 'Type' reference.Method parameters in org.eclipse.epsilon.emc.muddle with type arguments of type MuddleElementTypeModifier and TypeMethodDescriptionprotected voidMuddleModel.collectAllSubTypes(MuddleElementType elementType, Set<MuddleElementType> allSubTypes) -
Uses of MuddleElementType in org.eclipse.epsilon.emc.muddle.impl
Classes in org.eclipse.epsilon.emc.muddle.impl that implement MuddleElementTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Link Element Type'.classAn implementation of the model object 'Element Type'.Fields in org.eclipse.epsilon.emc.muddle.impl declared as MuddleElementTypeModifier and TypeFieldDescriptionprotected MuddleElementTypeMuddleElementImpl.typeThe cached value of the 'Type' reference.Fields in org.eclipse.epsilon.emc.muddle.impl with type parameters of type MuddleElementTypeModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MuddleElementType>MuddleElementTypeImpl.subTypesThe cached value of the 'Sub Types' reference list.protected org.eclipse.emf.common.util.EList<MuddleElementType>MuddleElementTypeImpl.superTypesThe cached value of the 'Super Types' reference list.Methods in org.eclipse.epsilon.emc.muddle.impl that return MuddleElementTypeModifier and TypeMethodDescriptionMuddleElementImpl.basicGetType()MuddleFactoryImpl.createMuddleElementType()FeatureImpl.getOwningType()MuddleElementImpl.getType()Methods in org.eclipse.epsilon.emc.muddle.impl that return types with arguments of type MuddleElementTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MuddleElementType>MuddleElementTypeImpl.getSubTypes()org.eclipse.emf.common.util.EList<MuddleElementType>MuddleElementTypeImpl.getSuperTypes()Methods in org.eclipse.epsilon.emc.muddle.impl with parameters of type MuddleElementTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainFeatureImpl.basicSetOwningType(MuddleElementType newOwningType, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainMuddleElementImpl.basicSetType(MuddleElementType newType, org.eclipse.emf.common.notify.NotificationChain msgs) voidFeatureImpl.setOwningType(MuddleElementType newOwningType) voidMuddleElementImpl.setType(MuddleElementType newType) -
Uses of MuddleElementType in org.eclipse.epsilon.emc.muddle.util
Methods in org.eclipse.epsilon.emc.muddle.util with parameters of type MuddleElementTypeModifier and TypeMethodDescriptionMuddleSwitch.caseMuddleElementType(MuddleElementType object) Returns the result of interpreting the object as an instance of 'Element Type'.