Modifier and Type | Method and Description |
---|---|
static Person |
PersonFactory.createPerson() |
static Person |
PersonFactory.createPerson(String name) |
Modifier and Type | Method and Description |
---|---|
static Bike |
BikeFactory.createBike(Person rider) |
static Family |
FamilyFactory.createFamily(Person... members) |
Modifier and Type | Method and Description |
---|---|
Person |
FamiliesFactory.createPerson()
Returns a new object of class 'Person'.
|
Person |
Bike.getRider()
Returns the value of the 'Rider' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Person> |
Person.getFriends()
Returns the value of the 'Friends' reference list.
|
org.eclipse.emf.common.util.EList<Person> |
Family.getMembers()
Returns the value of the 'Members' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Bike.setRider(Person value)
Sets the value of the '
Rider ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PersonImpl
An implementation of the model object 'Person'.
|
Modifier and Type | Field and Description |
---|---|
protected Person |
BikeImpl.rider
The cached value of the '
Rider ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Person> |
PersonImpl.friends
The cached value of the '
Friends ' reference list. |
protected org.eclipse.emf.common.util.EList<Person> |
FamilyImpl.members
The cached value of the '
Members ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Person |
FamiliesFactoryImpl.createPerson() |
Person |
BikeImpl.getRider() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Person> |
PersonImpl.getFriends() |
org.eclipse.emf.common.util.EList<Person> |
FamilyImpl.getMembers() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
BikeImpl.basicSetRider(Person newRider,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BikeImpl.setRider(Person newRider) |
Modifier and Type | Method and Description |
---|---|
T |
FamiliesSwitch.casePerson(Person object)
Returns the result of interpreting the object as an instance of 'Person'.
|
Copyright © 2016. All rights reserved.