| Package | Description |
|---|---|
| org.atlanmod.zoo.socialnetwork | |
| org.atlanmod.zoo.socialnetwork.impl | |
| org.atlanmod.zoo.socialnetwork.util |
| Modifier and Type | Method and Description |
|---|---|
Post |
SocialNetworkFactory.createPost()
Returns a new object of class 'Post'.
|
Post |
Comment.getPost()
Returns the value of the 'Post' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Post> |
SocialNetworkRoot.getPosts()
Returns the value of the 'Posts' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setPost(Post value)
Sets the value of the '
Post' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
PostImpl
An implementation of the model object 'Post'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Post |
CommentImpl.post
The cached value of the '
Post' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Post> |
SocialNetworkRootImpl.posts
The cached value of the '
Posts' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Post |
CommentImpl.basicGetPost() |
Post |
SocialNetworkFactoryImpl.createPost() |
Post |
CommentImpl.getPost() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Post> |
SocialNetworkRootImpl.getPosts() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentImpl.setPost(Post newPost) |
| Modifier and Type | Method and Description |
|---|---|
T |
SocialNetworkSwitch.casePost(Post object)
Returns the result of interpreting the object as an instance of 'Post'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.