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 Object |
GraphmlImporter.cast(Object object,
Type type) |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanType
A representation of the model object 'Boolean Type'.
|
interface |
IntegerType
A representation of the model object 'Integer Type'.
|
interface |
LinkElementType
A representation of the model object 'Link Element Type'.
|
interface |
MuddleElementType
A representation of the model object 'Element Type'.
|
interface |
PrimitiveType
A representation of the model object 'Primitive Type'.
|
interface |
RealType
A representation of the model object 'Real Type'.
|
interface |
StringType
A representation of the model object 'String Type'.
|
Modifier and Type | Method and Description |
---|---|
Type |
Feature.getType()
Returns the value of the 'Type' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Type> |
Muddle.getTypes()
Returns the value of the 'Types' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Feature.setType(Type value)
Sets the value of the '
Type ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTypeImpl
An implementation of the model object 'Boolean Type'.
|
class |
IntegerTypeImpl
An implementation of the model object 'Integer Type'.
|
class |
LinkElementTypeImpl
An implementation of the model object 'Link Element Type'.
|
class |
MuddleElementTypeImpl
An implementation of the model object 'Element Type'.
|
class |
PrimitiveTypeImpl
An implementation of the model object 'Primitive Type'.
|
class |
RealTypeImpl
An implementation of the model object 'Real Type'.
|
class |
StringTypeImpl
An implementation of the model object 'String Type'.
|
class |
TypeImpl
An implementation of the model object 'Type'.
|
Modifier and Type | Field and Description |
---|---|
protected Type |
FeatureImpl.type
The cached value of the '
Type ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Type> |
MuddleImpl.types
The cached value of the '
Types ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Type |
FeatureImpl.basicGetType() |
Type |
FeatureImpl.getType() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Type> |
MuddleImpl.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureImpl.setType(Type newType) |
Modifier and Type | Method and Description |
---|---|
T |
MuddleSwitch.caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
Copyright © 2016. All rights reserved.