Uses of Interface
org.atlanmod.zoo.socialnetwork.Post
| Package | Description |
|---|---|
| org.atlanmod.zoo.socialnetwork | |
| org.atlanmod.zoo.socialnetwork.impl | |
| org.atlanmod.zoo.socialnetwork.util |
-
Uses of Post in org.atlanmod.zoo.socialnetwork
Methods in org.atlanmod.zoo.socialnetwork that return Post Modifier and Type Method Description PostSocialNetworkFactory. createPost()Returns a new object of class 'Post'.PostComment. getPost()Returns the value of the 'Post' reference.Methods in org.atlanmod.zoo.socialnetwork that return types with arguments of type Post Modifier and Type Method Description org.eclipse.emf.common.util.EList<Post>SocialNetworkRoot. getPosts()Returns the value of the 'Posts' containment reference list.Methods in org.atlanmod.zoo.socialnetwork with parameters of type Post Modifier and Type Method Description voidComment. setPost(Post value)Sets the value of the 'Post' reference. -
Uses of Post in org.atlanmod.zoo.socialnetwork.impl
Classes in org.atlanmod.zoo.socialnetwork.impl that implement Post Modifier and Type Class Description classPostImplAn implementation of the model object 'Post'.Fields in org.atlanmod.zoo.socialnetwork.impl declared as Post Modifier and Type Field Description protected PostCommentImpl. postThe cached value of the 'Post' reference.Fields in org.atlanmod.zoo.socialnetwork.impl with type parameters of type Post Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Post>SocialNetworkRootImpl. postsThe cached value of the 'Posts' containment reference list.Methods in org.atlanmod.zoo.socialnetwork.impl that return Post Modifier and Type Method Description PostCommentImpl. basicGetPost()PostSocialNetworkFactoryImpl. createPost()PostCommentImpl. getPost()Methods in org.atlanmod.zoo.socialnetwork.impl that return types with arguments of type Post Modifier and Type Method Description org.eclipse.emf.common.util.EList<Post>SocialNetworkRootImpl. getPosts()Methods in org.atlanmod.zoo.socialnetwork.impl with parameters of type Post Modifier and Type Method Description voidCommentImpl. setPost(Post newPost) -
Uses of Post in org.atlanmod.zoo.socialnetwork.util
Methods in org.atlanmod.zoo.socialnetwork.util with parameters of type Post Modifier and Type Method Description TSocialNetworkSwitch. casePost(Post object)Returns the result of interpreting the object as an instance of 'Post'.