Package org.atlanmod.zoo.socialnetwork
Interface SocialNetworkRoot
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SocialNetworkRootImpl
public interface SocialNetworkRoot
extends org.eclipse.emf.ecore.EObject
-
Method Details
-
getPosts
org.eclipse.emf.common.util.EList<Post> getPosts()Returns the value of the 'Posts' containment reference list. The list contents are of typePost.- Returns:
- the value of the 'Posts' containment reference list.
- See Also:
SocialNetworkPackage.getSocialNetworkRoot_Posts()
-
getUsers
org.eclipse.emf.common.util.EList<User> getUsers()Returns the value of the 'Users' containment reference list. The list contents are of typeUser.- Returns:
- the value of the 'Users' containment reference list.
- See Also:
SocialNetworkPackage.getSocialNetworkRoot_Users()
-