Uses of Interface
org.eclipse.epsilon.emc.muddle.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in org.eclipse.epsilon.emc.graphml
Fields in org.eclipse.epsilon.emc.graphml declared as FeatureModifier and TypeFieldDescriptionprotected FeatureLinkFeatureLabelParser.featureprotected FeatureValuedSlotFeatureLabelParser.featureMethods in org.eclipse.epsilon.emc.graphml that return FeatureModifier and TypeMethodDescriptionprotected FeatureGraphmlImporter.addSlotPrototype(MuddleElementType nodeType, Feature prototype) protected Featureprotected FeatureGraphmlImporter.createEdgeTypeSlotPrototype(MuddleElement edgeNode, String key) protected FeatureGraphmlImporter.findSuitableSlotPrototype(MuddleElementType type, MuddleElement value) LinkFeatureLabelParser.getFeature()ValuedSlotFeatureLabelParser.getFeature()protected FeatureGraphmlImporter.getOrCreateFeature(MuddleElementType type, String featureName) Methods in org.eclipse.epsilon.emc.graphml with parameters of type FeatureModifier 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 FeatureGraphmlImporter.addSlotPrototype(MuddleElementType nodeType, Feature prototype) protected Featureprotected SlotGraphmlImporter.findSlot(MuddleElement node, Feature slotPrototype) -
Uses of Feature in org.eclipse.epsilon.emc.muddle
Fields in org.eclipse.epsilon.emc.muddle with type parameters of type FeatureMethods in org.eclipse.epsilon.emc.muddle that return FeatureModifier and TypeMethodDescriptionMuddleFactory.createFeature()Returns a new object of class 'Feature'.protected FeatureMuddleModelPropertyGetter.getFeature(MuddleElement element, String property) protected FeatureMuddleModelPropertySetter.getFeature(MuddleElement element, String property) Slot.getFeature()Returns the value of the 'Feature' reference.LinkElementType.getRoleInSourceFeature()Returns the value of the 'Role In Source Feature' containment reference.LinkElementType.getRoleInTargetFeature()Returns the value of the 'Role In Target Feature' containment reference.LinkElementType.getSourceFeature()Returns the value of the 'Source Feature' reference.LinkElementType.getTargetFeature()Returns the value of the 'Target Feature' reference.Methods in org.eclipse.epsilon.emc.muddle that return types with arguments of type FeatureModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Feature>MuddleElementType.getFeatures()Returns the value of the 'Features' containment reference list.MuddleModel.getUnusedFeatures()Methods in org.eclipse.epsilon.emc.muddle with parameters of type FeatureModifier and TypeMethodDescriptionprotected ObjectMuddleModelPropertyGetter.getDefaultSlotValue(Feature feature) protected SlotMuddleModelPropertyGetter.getSlot(MuddleElement element, Feature feature) protected SlotMuddleModelPropertySetter.getSlot(MuddleElement element, Feature feature) voidSlot.setFeature(Feature value) Sets the value of the 'Feature' reference.voidLinkElementType.setRoleInSourceFeature(Feature value) Sets the value of the 'Role In Source Feature' containment reference.voidLinkElementType.setRoleInTargetFeature(Feature value) Sets the value of the 'Role In Target Feature' containment reference.voidLinkElementType.setSourceFeature(Feature value) Sets the value of the 'Source Feature' reference.voidLinkElementType.setTargetFeature(Feature value) Sets the value of the 'Target Feature' reference. -
Uses of Feature in org.eclipse.epsilon.emc.muddle.impl
Classes in org.eclipse.epsilon.emc.muddle.impl that implement FeatureModifier and TypeClassDescriptionclassAn implementation of the model object 'Feature'.Fields in org.eclipse.epsilon.emc.muddle.impl declared as FeatureModifier and TypeFieldDescriptionprotected FeatureSlotImpl.featureThe cached value of the 'Feature' reference.protected FeatureLinkElementTypeImpl.roleInSourceFeatureThe cached value of the 'Role In Source Feature' containment reference.protected FeatureLinkElementTypeImpl.roleInTargetFeatureThe cached value of the 'Role In Target Feature' containment reference.protected FeatureLinkElementTypeImpl.sourceFeatureThe cached value of the 'Source Feature' reference.protected FeatureLinkElementTypeImpl.targetFeatureThe cached value of the 'Target Feature' reference.Fields in org.eclipse.epsilon.emc.muddle.impl with type parameters of type FeatureModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Feature>MuddleElementTypeImpl.featuresThe cached value of the 'Features' containment reference list.Methods in org.eclipse.epsilon.emc.muddle.impl that return FeatureModifier and TypeMethodDescriptionSlotImpl.basicGetFeature()LinkElementTypeImpl.basicGetSourceFeature()LinkElementTypeImpl.basicGetTargetFeature()MuddleFactoryImpl.createFeature()SlotImpl.getFeature()LinkElementTypeImpl.getRoleInSourceFeature()LinkElementTypeImpl.getRoleInTargetFeature()LinkElementTypeImpl.getSourceFeature()LinkElementTypeImpl.getTargetFeature()Methods in org.eclipse.epsilon.emc.muddle.impl that return types with arguments of type FeatureModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Feature>MuddleElementTypeImpl.getFeatures()Methods in org.eclipse.epsilon.emc.muddle.impl with parameters of type FeatureModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainSlotImpl.basicSetFeature(Feature newFeature, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainLinkElementTypeImpl.basicSetRoleInSourceFeature(Feature newRoleInSourceFeature, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainLinkElementTypeImpl.basicSetRoleInTargetFeature(Feature newRoleInTargetFeature, org.eclipse.emf.common.notify.NotificationChain msgs) voidSlotImpl.setFeature(Feature newFeature) voidLinkElementTypeImpl.setRoleInSourceFeature(Feature newRoleInSourceFeature) voidLinkElementTypeImpl.setRoleInTargetFeature(Feature newRoleInTargetFeature) voidLinkElementTypeImpl.setSourceFeature(Feature newSourceFeature) voidLinkElementTypeImpl.setTargetFeature(Feature newTargetFeature) -
Uses of Feature in org.eclipse.epsilon.emc.muddle.util
Methods in org.eclipse.epsilon.emc.muddle.util with parameters of type FeatureModifier and TypeMethodDescriptionMuddleSwitch.caseFeature(Feature object) Returns the result of interpreting the object as an instance of 'Feature'.