| Modifier and Type | Method and Description |
|---|---|
static Model |
ModelFactory.createModel(NamedElement... contents) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dog
A representation of the model object 'Dog'.
|
interface |
Family
A representation of the model object 'Family'.
|
interface |
Person
A representation of the model object 'Person'.
|
interface |
Pet
A representation of the model object 'Pet'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<NamedElement> |
Model.getContents()
Returns the value of the 'Contents' containment reference list.
|
org.eclipse.emf.common.util.EList<NamedElement> |
Model.getContents2()
Returns the value of the 'Contents2' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DogImpl
An implementation of the model object 'Dog'.
|
class |
FamilyImpl
An implementation of the model object 'Family'.
|
class |
NamedElementImpl
An implementation of the model object 'Named Element'.
|
class |
PersonImpl
An implementation of the model object 'Person'.
|
class |
PetImpl
An implementation of the model object 'Pet'.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<NamedElement> |
ModelImpl.contents
The cached value of the '
Contents' containment reference list. |
protected org.eclipse.emf.common.util.EList<NamedElement> |
ModelImpl.contents2
The cached value of the '
Contents2' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<NamedElement> |
ModelImpl.getContents() |
org.eclipse.emf.common.util.EList<NamedElement> |
ModelImpl.getContents2() |
| Modifier and Type | Method and Description |
|---|---|
T |
FamiliesSwitch.caseNamedElement(NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.
|
Copyright © 2020. All rights reserved.