Modifier and Type | Field and Description |
---|---|
protected Feature |
ValuedSlotFeatureLabelParser.feature |
protected Feature |
LinkFeatureLabelParser.feature |
Modifier and Type | Method and Description |
---|---|
protected Feature |
GraphmlImporter.addSlotPrototype(MuddleElementType nodeType,
Feature prototype) |
protected Feature |
GraphmlImporter.clone(Feature prototype) |
protected Feature |
GraphmlImporter.createEdgeTypeSlotPrototype(MuddleElement edgeNode,
String key) |
protected Feature |
GraphmlImporter.findSuitableSlotPrototype(MuddleElementType type,
MuddleElement value) |
Feature |
ValuedSlotFeatureLabelParser.getFeature() |
Feature |
LinkFeatureLabelParser.getFeature() |
protected Feature |
GraphmlImporter.getOrCreateFeature(MuddleElementType type,
String featureName) |
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 Feature |
GraphmlImporter.addSlotPrototype(MuddleElementType nodeType,
Feature prototype) |
protected Feature |
GraphmlImporter.clone(Feature prototype) |
protected Slot |
GraphmlImporter.findSlot(MuddleElement node,
Feature slotPrototype) |
Modifier and Type | Method and Description |
---|---|
protected Feature |
ValuedFeatureLabelParserTests.parse(String s) |
Feature |
EdgeFeatureLabelParserTests.parse(String label) |
Modifier and Type | Field and Description |
---|---|
protected Set<Feature> |
MuddleModel.unusedFeatures |
Modifier and Type | Method and Description |
---|---|
Feature |
MuddleFactory.createFeature()
Returns a new object of class 'Feature'.
|
Feature |
Slot.getFeature()
Returns the value of the 'Feature' reference.
|
protected Feature |
MuddleModelPropertyGetter.getFeature(MuddleElement element,
String property) |
protected Feature |
MuddleModelPropertySetter.getFeature(MuddleElement element,
String property) |
Feature |
LinkElementType.getRoleInSourceFeature()
Returns the value of the 'Role In Source Feature' containment reference.
|
Feature |
LinkElementType.getRoleInTargetFeature()
Returns the value of the 'Role In Target Feature' containment reference.
|
Feature |
LinkElementType.getSourceFeature()
Returns the value of the 'Source Feature' reference.
|
Feature |
LinkElementType.getTargetFeature()
Returns the value of the 'Target Feature' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Feature> |
MuddleElementType.getFeatures()
Returns the value of the 'Features' containment reference list.
|
Set<Feature> |
MuddleModel.getUnusedFeatures() |
Modifier and Type | Method and Description |
---|---|
protected Object |
MuddleModelPropertyGetter.getDefaultSlotValue(Feature feature) |
protected Slot |
MuddleModelPropertyGetter.getSlot(MuddleElement element,
Feature feature) |
protected Slot |
MuddleModelPropertySetter.getSlot(MuddleElement element,
Feature feature) |
void |
Slot.setFeature(Feature value)
Sets the value of the '
Feature ' reference. |
void |
LinkElementType.setRoleInSourceFeature(Feature value)
Sets the value of the '
Role In Source Feature ' containment reference. |
void |
LinkElementType.setRoleInTargetFeature(Feature value)
Sets the value of the '
Role In Target Feature ' containment reference. |
void |
LinkElementType.setSourceFeature(Feature value)
Sets the value of the '
Source Feature ' reference. |
void |
LinkElementType.setTargetFeature(Feature value)
Sets the value of the '
Target Feature ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
FeatureImpl
An implementation of the model object 'Feature'.
|
Modifier and Type | Field and Description |
---|---|
protected Feature |
SlotImpl.feature
The cached value of the '
Feature ' reference. |
protected Feature |
LinkElementTypeImpl.roleInSourceFeature
The cached value of the '
Role In Source Feature ' containment reference. |
protected Feature |
LinkElementTypeImpl.roleInTargetFeature
The cached value of the '
Role In Target Feature ' containment reference. |
protected Feature |
LinkElementTypeImpl.sourceFeature
The cached value of the '
Source Feature ' reference. |
protected Feature |
LinkElementTypeImpl.targetFeature
The cached value of the '
Target Feature ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Feature> |
MuddleElementTypeImpl.features
The cached value of the '
Features ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Feature |
SlotImpl.basicGetFeature() |
Feature |
LinkElementTypeImpl.basicGetSourceFeature() |
Feature |
LinkElementTypeImpl.basicGetTargetFeature() |
Feature |
MuddleFactoryImpl.createFeature() |
Feature |
SlotImpl.getFeature() |
Feature |
LinkElementTypeImpl.getRoleInSourceFeature() |
Feature |
LinkElementTypeImpl.getRoleInTargetFeature() |
Feature |
LinkElementTypeImpl.getSourceFeature() |
Feature |
LinkElementTypeImpl.getTargetFeature() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Feature> |
MuddleElementTypeImpl.getFeatures() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SlotImpl.basicSetFeature(Feature newFeature,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LinkElementTypeImpl.basicSetRoleInSourceFeature(Feature newRoleInSourceFeature,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LinkElementTypeImpl.basicSetRoleInTargetFeature(Feature newRoleInTargetFeature,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SlotImpl.setFeature(Feature newFeature) |
void |
LinkElementTypeImpl.setRoleInSourceFeature(Feature newRoleInSourceFeature) |
void |
LinkElementTypeImpl.setRoleInTargetFeature(Feature newRoleInTargetFeature) |
void |
LinkElementTypeImpl.setSourceFeature(Feature newSourceFeature) |
void |
LinkElementTypeImpl.setTargetFeature(Feature newTargetFeature) |
Modifier and Type | Method and Description |
---|---|
T |
MuddleSwitch.caseFeature(Feature object)
Returns the result of interpreting the object as an instance of 'Feature'.
|
Copyright © 2016. All rights reserved.