Uses of Interface
org.atlanmod.zoo.socialnetwork.Submission
| Package | Description |
|---|---|
| org.atlanmod.zoo.socialnetwork | |
| org.atlanmod.zoo.socialnetwork.impl | |
| org.atlanmod.zoo.socialnetwork.util |
-
Uses of Submission in org.atlanmod.zoo.socialnetwork
Subinterfaces of Submission in org.atlanmod.zoo.socialnetwork Modifier and Type Interface Description interfaceCommentA representation of the model object 'Comment'.interfacePostA representation of the model object 'Post'.Methods in org.atlanmod.zoo.socialnetwork that return Submission Modifier and Type Method Description SubmissionComment. getCommented()Returns the value of the 'Commented' container reference.Methods in org.atlanmod.zoo.socialnetwork that return types with arguments of type Submission Modifier and Type Method Description org.eclipse.emf.common.util.EList<Submission>User. getSubmissions()Returns the value of the 'Submissions' reference list. -
Uses of Submission in org.atlanmod.zoo.socialnetwork.impl
Classes in org.atlanmod.zoo.socialnetwork.impl that implement Submission Modifier and Type Class Description classCommentImplAn implementation of the model object 'Comment'.classPostImplAn implementation of the model object 'Post'.classSubmissionImplAn implementation of the model object 'Submission'.Fields in org.atlanmod.zoo.socialnetwork.impl with type parameters of type Submission Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Submission>UserImpl. submissionsThe cached value of the 'Submissions' reference list.Methods in org.atlanmod.zoo.socialnetwork.impl that return Submission Modifier and Type Method Description SubmissionCommentImpl. basicGetCommented()SubmissionCommentImpl. getCommented()Methods in org.atlanmod.zoo.socialnetwork.impl that return types with arguments of type Submission Modifier and Type Method Description org.eclipse.emf.common.util.EList<Submission>UserImpl. getSubmissions() -
Uses of Submission in org.atlanmod.zoo.socialnetwork.util
Methods in org.atlanmod.zoo.socialnetwork.util with parameters of type Submission Modifier and Type Method Description TSocialNetworkSwitch. caseSubmission(Submission object)Returns the result of interpreting the object as an instance of 'Submission'.