public interface SocialNetworkRoot
extends org.eclipse.emf.ecore.EObject
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Post> |
getPosts()
Returns the value of the 'Posts' containment reference list.
|
org.eclipse.emf.common.util.EList<User> |
getUsers()
Returns the value of the 'Users' containment reference list.
|
org.eclipse.emf.common.util.EList<Post> getPosts()
Post.
SocialNetworkPackage.getSocialNetworkRoot_Posts()org.eclipse.emf.common.util.EList<User> getUsers()
User.
SocialNetworkPackage.getSocialNetworkRoot_Users()Copyright © 2018–2020 Atlanmod. All rights reserved.