Uses of Interface
org.atlanmod.zoo.socialnetwork.Comment
| Package | Description |
|---|---|
| org.atlanmod.zoo.socialnetwork | |
| org.atlanmod.zoo.socialnetwork.impl | |
| org.atlanmod.zoo.socialnetwork.util |
-
Uses of Comment in org.atlanmod.zoo.socialnetwork
Methods in org.atlanmod.zoo.socialnetwork that return Comment Modifier and Type Method Description CommentSocialNetworkFactory. createComment()Returns a new object of class 'Comment'.Methods in org.atlanmod.zoo.socialnetwork that return types with arguments of type Comment Modifier and Type Method Description org.eclipse.emf.common.util.EList<Comment>Submission. getComments()Returns the value of the 'Comments' containment reference list.org.eclipse.emf.common.util.EList<Comment>User. getLikes()Returns the value of the 'Likes' reference list. -
Uses of Comment in org.atlanmod.zoo.socialnetwork.impl
Classes in org.atlanmod.zoo.socialnetwork.impl that implement Comment Modifier and Type Class Description classCommentImplAn implementation of the model object 'Comment'.Fields in org.atlanmod.zoo.socialnetwork.impl with type parameters of type Comment Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Comment>SubmissionImpl. commentsThe cached value of the 'Comments' containment reference list.protected org.eclipse.emf.common.util.EList<Comment>UserImpl. likesThe cached value of the 'Likes' reference list.Methods in org.atlanmod.zoo.socialnetwork.impl that return Comment Modifier and Type Method Description CommentSocialNetworkFactoryImpl. createComment()Methods in org.atlanmod.zoo.socialnetwork.impl that return types with arguments of type Comment Modifier and Type Method Description org.eclipse.emf.common.util.EList<Comment>SubmissionImpl. getComments()org.eclipse.emf.common.util.EList<Comment>UserImpl. getLikes() -
Uses of Comment in org.atlanmod.zoo.socialnetwork.util
Methods in org.atlanmod.zoo.socialnetwork.util with parameters of type Comment Modifier and Type Method Description TSocialNetworkSwitch. caseComment(Comment object)Returns the result of interpreting the object as an instance of 'Comment'.