| Package | Description |
|---|---|
| org.atlanmod.zoo.socialnetwork | |
| org.atlanmod.zoo.socialnetwork.impl | |
| org.atlanmod.zoo.socialnetwork.util |
| Modifier and Type | Method and Description |
|---|---|
User |
SocialNetworkFactory.createUser()
Returns a new object of class 'User'.
|
User |
Submission.getSubmitter()
Returns the value of the 'Submitter' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<User> |
User.getFriends()
Returns the value of the 'Friends' reference list.
|
org.eclipse.emf.common.util.EList<User> |
Comment.getLikedBy()
Returns the value of the 'Liked By' reference list.
|
org.eclipse.emf.common.util.EList<User> |
SocialNetworkRoot.getUsers()
Returns the value of the 'Users' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Submission.setSubmitter(User value)
Sets the value of the '
Submitter' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl
An implementation of the model object 'User'.
|
| Modifier and Type | Field and Description |
|---|---|
protected User |
SubmissionImpl.submitter
The cached value of the '
Submitter' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<User> |
UserImpl.friends
The cached value of the '
Friends' reference list. |
protected org.eclipse.emf.common.util.EList<User> |
CommentImpl.likedBy
The cached value of the '
Liked By' reference list. |
protected org.eclipse.emf.common.util.EList<User> |
SocialNetworkRootImpl.users
The cached value of the '
Users' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
User |
SubmissionImpl.basicGetSubmitter() |
User |
SocialNetworkFactoryImpl.createUser() |
User |
SubmissionImpl.getSubmitter() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<User> |
UserImpl.getFriends() |
org.eclipse.emf.common.util.EList<User> |
CommentImpl.getLikedBy() |
org.eclipse.emf.common.util.EList<User> |
SocialNetworkRootImpl.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
SubmissionImpl.basicSetSubmitter(User newSubmitter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SubmissionImpl.setSubmitter(User newSubmitter) |
| Modifier and Type | Method and Description |
|---|---|
T |
SocialNetworkSwitch.caseUser(User object)
Returns the result of interpreting the object as an instance of 'User'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.