| Modifier and Type | Method and Description |
|---|---|
static Family |
FamilyFactory.createFamily() |
static Family |
FamilyFactory.createFamily(District district) |
static Family |
FamilyFactory.createFamily(Person... members) |
static Family |
FamilyFactory.createFamily(Pet... pets) |
static Family |
FamilyFactory.createFamily(String... addresses) |
static Family |
FamilyFactory.createFamily(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Bike |
BikeFactory.createBike(Family owner) |
| Modifier and Type | Method and Description |
|---|---|
Family |
FamiliesFactory.createFamily()
Returns a new object of class 'Family'.
|
Family |
Bike.getOwner()
Returns the value of the 'Owner' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Family> |
District.getFamilies()
Returns the value of the 'Families' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bike.setOwner(Family value)
Sets the value of the '
Owner' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
FamilyImpl
An implementation of the model object 'Family'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Family |
BikeImpl.owner
The cached value of the '
Owner' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Family> |
DistrictImpl.families
The cached value of the '
Families' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Family |
BikeImpl.basicGetOwner() |
Family |
FamiliesFactoryImpl.createFamily() |
Family |
BikeImpl.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Family> |
DistrictImpl.getFamilies() |
| Modifier and Type | Method and Description |
|---|---|
void |
BikeImpl.setOwner(Family newOwner) |
| Modifier and Type | Method and Description |
|---|---|
T |
FamiliesSwitch.caseFamily(Family object)
Returns the result of interpreting the object as an instance of 'Family'.
|
Copyright © 2020. All rights reserved.