Package | Description |
---|---|
org.eclipse.epsilon.emc.graphml | |
org.eclipse.epsilon.emc.muddle | |
org.eclipse.epsilon.emc.muddle.impl | |
org.eclipse.epsilon.emc.muddle.util |
Modifier and Type | Method and Description |
---|---|
protected MuddleElementType |
GraphmlImporter.nodeTypeForName(String name) |
protected MuddleElementType |
GraphmlImporter.typeForName(String name,
boolean edgeType) |
Modifier and Type | Method and Description |
---|---|
protected Feature |
GraphmlImporter.addSlotPrototype(MuddleElementType nodeType,
Feature prototype) |
protected Feature |
GraphmlImporter.findSuitableSlotPrototype(MuddleElementType type,
MuddleElement value) |
protected Feature |
GraphmlImporter.getOrCreateFeature(MuddleElementType type,
String featureName) |
Modifier and Type | Interface and Description |
---|---|
interface |
LinkElementType
A representation of the model object 'Link Element Type'.
|
Modifier and Type | Method and Description |
---|---|
MuddleElementType |
MuddleFactory.createMuddleElementType()
Returns a new object of class 'Element Type'.
|
MuddleElementType |
Feature.getOwningType()
Returns the value of the 'Owning Type' container reference.
|
MuddleElementType |
MuddleElement.getType()
Returns the value of the 'Type' reference.
|
protected MuddleElementType |
MuddleModel.muddleElementTypeForName(String name) |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
protected 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. |
Modifier and Type | Method and Description |
---|---|
protected void |
MuddleModel.collectAllSubTypes(MuddleElementType elementType,
Set<MuddleElementType> allSubTypes) |
Modifier and Type | Class and Description |
---|---|
class |
LinkElementTypeImpl
An implementation of the model object 'Link Element Type'.
|
class |
MuddleElementTypeImpl
An implementation of the model object 'Element Type'.
|
Modifier and Type | Field and Description |
---|---|
protected MuddleElementType |
MuddleElementImpl.type
The cached value of the '
Type ' reference. |
Modifier and Type | Field and Description |
---|---|
protected 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. |
Modifier and Type | Method and Description |
---|---|
MuddleElementType |
MuddleElementImpl.basicGetType() |
MuddleElementType |
MuddleFactoryImpl.createMuddleElementType() |
MuddleElementType |
FeatureImpl.getOwningType() |
MuddleElementType |
MuddleElementImpl.getType() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MuddleElementType> |
MuddleElementTypeImpl.getSubTypes() |
org.eclipse.emf.common.util.EList<MuddleElementType> |
MuddleElementTypeImpl.getSuperTypes() |
Modifier and Type | Method and Description |
---|---|
org.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) |
Modifier and Type | Method and Description |
---|---|
T |
MuddleSwitch.caseMuddleElementType(MuddleElementType object)
Returns the result of interpreting the object as an instance of 'Element Type'.
|
Copyright © 2016. All rights reserved.