Package org.atlanmod.zoo.socialnetwork
Interface SocialNetworkRoot
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Serializable,SerializableEObject
- All Known Implementing Classes:
SocialNetworkRootImpl
public interface SocialNetworkRoot extends SerializableEObject
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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()
-