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 MuddleElementType
GraphmlImporter.nodeTypeForName
(String name) protected MuddleElementType
GraphmlImporter.typeForName
(String name, boolean edgeType) Methods in org.eclipse.epsilon.emc.graphml with parameters of type MuddleElementTypeModifier and TypeMethodDescriptionprotected Feature
GraphmlImporter.addSlotPrototype
(MuddleElementType nodeType, Feature prototype) protected Feature
GraphmlImporter.findSuitableSlotPrototype
(MuddleElementType type, MuddleElement value) protected Feature
GraphmlImporter.getOrCreateFeature
(MuddleElementType type, String featureName) -
Uses of MuddleElementType in org.eclipse.epsilon.emc.muddle
Subinterfaces of MuddleElementType in org.eclipse.epsilon.emc.muddleModifier and TypeInterfaceDescriptioninterface
A 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 MuddleElementType
MuddleModel.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 void
MuddleModel.collectAllSubTypes
(MuddleElementType elementType, Set<MuddleElementType> allSubTypes) protected Set<MuddleElementType>
MuddleModel.getAllSubTypes
(MuddleElementType elementType) void
Feature.setOwningType
(MuddleElementType value) Sets the value of the 'Owning Type
' container reference.void
MuddleElement.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 void
MuddleModel.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 TypeClassDescriptionclass
An implementation of the model object 'Link Element Type'.class
An implementation of the model object 'Element Type'.Fields in org.eclipse.epsilon.emc.muddle.impl declared as MuddleElementTypeModifier and TypeFieldDescriptionprotected MuddleElementType
MuddleElementImpl.type
The 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.subTypes
The cached value of the 'Sub Types
' reference list.protected org.eclipse.emf.common.util.EList<MuddleElementType>
MuddleElementTypeImpl.superTypes
The 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.NotificationChain
FeatureImpl.basicSetOwningType
(MuddleElementType newOwningType, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
MuddleElementImpl.basicSetType
(MuddleElementType newType, org.eclipse.emf.common.notify.NotificationChain msgs) void
FeatureImpl.setOwningType
(MuddleElementType newOwningType) void
MuddleElementImpl.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'.