Uses of Interface
org.atlanmod.zoo.socialnetwork.User
| Package | Description |
|---|---|
| org.atlanmod.zoo.socialnetwork | |
| org.atlanmod.zoo.socialnetwork.impl | |
| org.atlanmod.zoo.socialnetwork.util |
-
Uses of User in org.atlanmod.zoo.socialnetwork
Methods in org.atlanmod.zoo.socialnetwork that return User Modifier and Type Method Description UserSocialNetworkFactory. createUser()Returns a new object of class 'User'.UserSubmission. getSubmitter()Returns the value of the 'Submitter' reference.Methods in org.atlanmod.zoo.socialnetwork that return types with arguments of type User Modifier and Type Method 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.Methods in org.atlanmod.zoo.socialnetwork with parameters of type User Modifier and Type Method Description voidSubmission. setSubmitter(User value)Sets the value of the 'Submitter' reference. -
Uses of User in org.atlanmod.zoo.socialnetwork.impl
Classes in org.atlanmod.zoo.socialnetwork.impl that implement User Modifier and Type Class Description classUserImplAn implementation of the model object 'User'.Fields in org.atlanmod.zoo.socialnetwork.impl declared as User Modifier and Type Field Description protected UserSubmissionImpl. submitterThe cached value of the 'Submitter' reference.Fields in org.atlanmod.zoo.socialnetwork.impl with type parameters of type User Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<User>UserImpl. friendsThe cached value of the 'Friends' reference list.protected org.eclipse.emf.common.util.EList<User>CommentImpl. likedByThe cached value of the 'Liked By' reference list.protected org.eclipse.emf.common.util.EList<User>SocialNetworkRootImpl. usersThe cached value of the 'Users' containment reference list.Methods in org.atlanmod.zoo.socialnetwork.impl that return User Modifier and Type Method Description UserSubmissionImpl. basicGetSubmitter()UserSocialNetworkFactoryImpl. createUser()UserSubmissionImpl. getSubmitter()Methods in org.atlanmod.zoo.socialnetwork.impl that return types with arguments of type User Modifier and Type Method 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()Methods in org.atlanmod.zoo.socialnetwork.impl with parameters of type User Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainSubmissionImpl. basicSetSubmitter(User newSubmitter, org.eclipse.emf.common.notify.NotificationChain msgs)voidSubmissionImpl. setSubmitter(User newSubmitter) -
Uses of User in org.atlanmod.zoo.socialnetwork.util
Methods in org.atlanmod.zoo.socialnetwork.util with parameters of type User Modifier and Type Method Description TSocialNetworkSwitch. caseUser(User object)Returns the result of interpreting the object as an instance of 'User'.