| Modifier and Type | Method and Description |
|---|---|
static Dog |
DogFactory.createDog() |
static Dog |
DogFactory.createDog(DogBreed breed) |
static Dog |
DogFactory.createDog(String name) |
| Modifier and Type | Method and Description |
|---|---|
Dog |
FamiliesFactory.createDog()
Returns a new object of class 'Dog'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Dog> |
District.getDogs()
Returns the value of the 'Dogs' containment reference list.
|
org.eclipse.emf.common.util.EList<Dog> |
Family.getDogs()
Returns the value of the 'Dogs' reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DogImpl
An implementation of the model object 'Dog'.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Dog> |
DistrictImpl.dogs
The cached value of the '
Dogs' containment reference list. |
protected org.eclipse.emf.common.util.EList<Dog> |
FamilyImpl.dogs
The cached value of the '
Dogs' reference list. |
| Modifier and Type | Method and Description |
|---|---|
Dog |
FamiliesFactoryImpl.createDog() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Dog> |
DistrictImpl.getDogs() |
org.eclipse.emf.common.util.EList<Dog> |
FamilyImpl.getDogs() |
| Modifier and Type | Method and Description |
|---|---|
T |
FamiliesSwitch.caseDog(Dog object)
Returns the result of interpreting the object as an instance of 'Dog'.
|
Copyright © 2020. All rights reserved.