Skip navigation links
B C D E F G I L M N O P S T U 

B

basicGetCommented() - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
basicGetPost() - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
basicGetSubmitter() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
basicSetSubmitter(User, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 

C

caseComment(Comment) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Returns the result of interpreting the object as an instance of 'Comment'.
casePost(Post) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Returns the result of interpreting the object as an instance of 'Post'.
caseSocialNetworkRoot(SocialNetworkRoot) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Returns the result of interpreting the object as an instance of 'Root'.
caseSubmission(Submission) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Returns the result of interpreting the object as an instance of 'Submission'.
caseUser(User) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Returns the result of interpreting the object as an instance of 'User'.
Comment - Interface in org.atlanmod.zoo.socialnetwork
A representation of the model object 'Comment'.
COMMENT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The meta object id for the 'Comment' class.
COMMENT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Comment' class.
COMMENT__COMMENTED - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Commented' container reference.
COMMENT__COMMENTED - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Commented' container reference feature.
COMMENT__COMMENTS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Comments' containment reference list.
COMMENT__CONTENT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Content' attribute.
COMMENT__ID - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Id' attribute.
COMMENT__LIKED_BY - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Liked By' reference list.
COMMENT__LIKED_BY - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Liked By' reference list feature.
COMMENT__POST - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Post' reference.
COMMENT__POST - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Post' reference feature.
COMMENT__SUBMITTER - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Submitter' reference.
COMMENT__TIMESTAMP - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Timestamp' attribute.
COMMENT_FEATURE_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of structural features of the 'Comment' class.
COMMENT_OPERATION_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of operations of the 'Comment' class.
CommentImpl - Class in org.atlanmod.zoo.socialnetwork.impl
An implementation of the model object 'Comment'.
CommentImpl() - Constructor for class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
comments - Variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The cached value of the 'Comments' containment reference list.
content - Variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The cached value of the 'Content' attribute.
CONTENT_EDEFAULT - Static variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The default value of the 'Content' attribute.
create(EClass) - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
 
createAdapter(Notifier) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates an adapter for the target.
createComment() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
 
createComment() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkFactory
Returns a new object of class 'Comment'.
createCommentAdapter() - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates a new adapter for an object of class 'Comment'.
createEObjectAdapter() - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates a new adapter for the default case.
createPackageContents() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
Creates the meta-model objects for the package.
createPost() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
 
createPost() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkFactory
Returns a new object of class 'Post'.
createPostAdapter() - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates a new adapter for an object of class 'Post'.
createSocialNetworkRoot() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
 
createSocialNetworkRoot() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkFactory
Returns a new object of class 'Root'.
createSocialNetworkRootAdapter() - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates a new adapter for an object of class 'Root'.
createSubmissionAdapter() - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates a new adapter for an object of class 'Submission'.
createUser() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
 
createUser() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkFactory
Returns a new object of class 'User'.
createUserAdapter() - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates a new adapter for an object of class 'User'.

D

defaultCase(EObject) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
doSwitch(int, EObject) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

E

eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eGet(int, boolean, boolean) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eGet(int, boolean, boolean) - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
eGet(int, boolean, boolean) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
eGet(int, boolean, boolean) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
eINSTANCE - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The singleton instance of the package.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
eIsSet(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eIsSet(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
eIsSet(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
eIsSet(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
eNAME - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The package name.
eNS_PREFIX - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The package namespace name.
eNS_URI - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The package namespace URI.
eSet(int, Object) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eSet(int, Object) - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
eSet(int, Object) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
eSet(int, Object) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
eStaticClass() - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eStaticClass() - Method in class org.atlanmod.zoo.socialnetwork.impl.PostImpl
 
eStaticClass() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
eStaticClass() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
eStaticClass() - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
eUnset(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
eUnset(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
eUnset(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
eUnset(int) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 

F

friends - Variable in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
The cached value of the 'Friends' reference list.

G

getComment() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getComment() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for class 'Comment'.
getComment_Commented() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getComment_Commented() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the container reference 'Commented'.
getComment_LikedBy() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getComment_LikedBy() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the reference list 'Liked By'.
getComment_Post() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getComment_Post() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the reference 'Post'.
getCommented() - Method in interface org.atlanmod.zoo.socialnetwork.Comment
Returns the value of the 'Commented' container reference.
getCommented() - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
getComments() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
getComments() - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Returns the value of the 'Comments' containment reference list.
getContent() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
getContent() - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Returns the value of the 'Content' attribute.
getFriends() - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
getFriends() - Method in interface org.atlanmod.zoo.socialnetwork.User
Returns the value of the 'Friends' reference list.
getId() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
getId() - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
getId() - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Returns the value of the 'Id' attribute.
getId() - Method in interface org.atlanmod.zoo.socialnetwork.User
Returns the value of the 'Id' attribute.
getLikedBy() - Method in interface org.atlanmod.zoo.socialnetwork.Comment
Returns the value of the 'Liked By' reference list.
getLikedBy() - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
getLikes() - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
getLikes() - Method in interface org.atlanmod.zoo.socialnetwork.User
Returns the value of the 'Likes' reference list.
getName() - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
getName() - Method in interface org.atlanmod.zoo.socialnetwork.User
Returns the value of the 'Name' attribute.
getPackage() - Static method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
Deprecated. 
getPost() - Method in interface org.atlanmod.zoo.socialnetwork.Comment
Returns the value of the 'Post' reference.
getPost() - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
getPost() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getPost() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for class 'Post'.
getPosts() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
getPosts() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkRoot
Returns the value of the 'Posts' containment reference list.
getSocialNetworkFactory() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSocialNetworkFactory() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the factory that creates the instances of the model.
getSocialNetworkPackage() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
 
getSocialNetworkPackage() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkFactory
Returns the package supported by this factory.
getSocialNetworkRoot() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSocialNetworkRoot() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for class 'Root'.
getSocialNetworkRoot_Posts() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSocialNetworkRoot_Posts() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the containment reference list 'Posts'.
getSocialNetworkRoot_Users() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSocialNetworkRoot_Users() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the containment reference list 'Users'.
getSubmission() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSubmission() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for class 'Submission'.
getSubmission_Comments() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSubmission_Comments() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the containment reference list 'Comments'.
getSubmission_Content() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSubmission_Content() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the attribute 'Content'.
getSubmission_Id() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSubmission_Id() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the attribute 'Id'.
getSubmission_Submitter() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSubmission_Submitter() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the reference 'Submitter'.
getSubmission_Timestamp() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getSubmission_Timestamp() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the attribute 'Timestamp'.
getSubmissions() - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
getSubmissions() - Method in interface org.atlanmod.zoo.socialnetwork.User
Returns the value of the 'Submissions' reference list.
getSubmitter() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
getSubmitter() - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Returns the value of the 'Submitter' reference.
getTimestamp() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
getTimestamp() - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Returns the value of the 'Timestamp' attribute.
getUser() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getUser() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for class 'User'.
getUser_Friends() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getUser_Friends() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the reference list 'Friends'.
getUser_Id() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getUser_Id() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the attribute 'Id'.
getUser_Likes() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getUser_Likes() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the reference list 'Likes'.
getUser_Name() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getUser_Name() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the attribute 'Name'.
getUser_Submissions() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
 
getUser_Submissions() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
Returns the meta object for the reference list 'Submissions'.
getUsers() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
getUsers() - Method in interface org.atlanmod.zoo.socialnetwork.SocialNetworkRoot
Returns the value of the 'Users' containment reference list.

I

id - Variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The cached value of the 'Id' attribute.
id - Variable in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
The cached value of the 'Id' attribute.
ID_EDEFAULT - Static variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The default value of the 'Id' attribute.
ID_EDEFAULT - Static variable in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
The default value of the 'Id' attribute.
init() - Static method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
initializePackageContents() - Method in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkPackageImpl
Complete the initialization of the package and its meta-model.
isFactoryForType(Object) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Returns whether this factory is applicable for the type of the object.
isSwitchFor(EPackage) - Method in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Checks whether this is a switch for the given package.

L

likedBy - Variable in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
The cached value of the 'Liked By' reference list.
likes - Variable in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
The cached value of the 'Likes' reference list.

M

modelPackage - Static variable in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
The cached model package.
modelPackage - Static variable in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
The cached model package
modelSwitch - Variable in class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
The switch that delegates to the createXXX methods.

N

name - Variable in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
The cached value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
The default value of the 'Name' attribute.

O

org.atlanmod.zoo.socialnetwork - package org.atlanmod.zoo.socialnetwork
 
org.atlanmod.zoo.socialnetwork.impl - package org.atlanmod.zoo.socialnetwork.impl
 
org.atlanmod.zoo.socialnetwork.util - package org.atlanmod.zoo.socialnetwork.util
 

P

post - Variable in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
The cached value of the 'Post' reference.
Post - Interface in org.atlanmod.zoo.socialnetwork
A representation of the model object 'Post'.
POST - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Post' class.
POST - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The meta object id for the 'Post' class.
POST__COMMENTS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Comments' containment reference list.
POST__CONTENT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Content' attribute.
POST__ID - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Id' attribute.
POST__SUBMITTER - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Submitter' reference.
POST__TIMESTAMP - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Timestamp' attribute.
POST_FEATURE_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of structural features of the 'Post' class.
POST_OPERATION_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of operations of the 'Post' class.
PostImpl - Class in org.atlanmod.zoo.socialnetwork.impl
An implementation of the model object 'Post'.
PostImpl() - Constructor for class org.atlanmod.zoo.socialnetwork.impl.PostImpl
 
posts - Variable in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
The cached value of the 'Posts' containment reference list.

S

setContent(String) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
setContent(String) - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Sets the value of the 'Content' attribute.
setId(String) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
setId(String) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
setId(String) - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Sets the value of the 'Id' attribute.
setId(String) - Method in interface org.atlanmod.zoo.socialnetwork.User
Sets the value of the 'Id' attribute.
setName(String) - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
setName(String) - Method in interface org.atlanmod.zoo.socialnetwork.User
Sets the value of the 'Name' attribute.
setPost(Post) - Method in interface org.atlanmod.zoo.socialnetwork.Comment
Sets the value of the 'Post' reference.
setPost(Post) - Method in class org.atlanmod.zoo.socialnetwork.impl.CommentImpl
 
setSubmitter(User) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
setSubmitter(User) - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Sets the value of the 'Submitter' reference.
setTimestamp(Date) - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
setTimestamp(Date) - Method in interface org.atlanmod.zoo.socialnetwork.Submission
Sets the value of the 'Timestamp' attribute.
SOCIAL_NETWORK_ROOT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Root' class.
SOCIAL_NETWORK_ROOT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The meta object id for the 'Root' class.
SOCIAL_NETWORK_ROOT__POSTS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Posts' containment reference list feature.
SOCIAL_NETWORK_ROOT__POSTS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Posts' containment reference list.
SOCIAL_NETWORK_ROOT__USERS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Users' containment reference list feature.
SOCIAL_NETWORK_ROOT__USERS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Users' containment reference list.
SOCIAL_NETWORK_ROOT_FEATURE_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of structural features of the 'Root' class.
SOCIAL_NETWORK_ROOT_OPERATION_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of operations of the 'Root' class.
SocialNetworkAdapterFactory - Class in org.atlanmod.zoo.socialnetwork.util
The Adapter Factory for the model.
SocialNetworkAdapterFactory() - Constructor for class org.atlanmod.zoo.socialnetwork.util.SocialNetworkAdapterFactory
Creates an instance of the adapter factory.
SocialNetworkFactory - Interface in org.atlanmod.zoo.socialnetwork
The Factory for the model.
SocialNetworkFactoryImpl - Class in org.atlanmod.zoo.socialnetwork.impl
An implementation of the model Factory.
SocialNetworkFactoryImpl() - Constructor for class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkFactoryImpl
Creates an instance of the factory.
SocialNetworkPackage - Interface in org.atlanmod.zoo.socialnetwork
The Package for the model.
SocialNetworkPackage.Literals - Interface in org.atlanmod.zoo.socialnetwork
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
SocialNetworkPackageImpl - Class in org.atlanmod.zoo.socialnetwork.impl
An implementation of the model Package.
SocialNetworkRoot - Interface in org.atlanmod.zoo.socialnetwork
A representation of the model object 'Root'.
SocialNetworkRootImpl - Class in org.atlanmod.zoo.socialnetwork.impl
An implementation of the model object 'Root'.
SocialNetworkRootImpl() - Constructor for class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
 
SocialNetworkSwitch<T> - Class in org.atlanmod.zoo.socialnetwork.util
The Switch for the model's inheritance hierarchy.
SocialNetworkSwitch() - Constructor for class org.atlanmod.zoo.socialnetwork.util.SocialNetworkSwitch
Creates an instance of the switch.
SUBMISSION - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Submission' class.
SUBMISSION - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The meta object id for the 'Submission' class.
Submission - Interface in org.atlanmod.zoo.socialnetwork
A representation of the model object 'Submission'.
SUBMISSION__COMMENTS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Comments' containment reference list feature.
SUBMISSION__COMMENTS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Comments' containment reference list.
SUBMISSION__CONTENT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Content' attribute feature.
SUBMISSION__CONTENT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Content' attribute.
SUBMISSION__ID - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Id' attribute feature.
SUBMISSION__ID - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Id' attribute.
SUBMISSION__SUBMITTER - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Submitter' reference feature.
SUBMISSION__SUBMITTER - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Submitter' reference.
SUBMISSION__TIMESTAMP - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Timestamp' attribute feature.
SUBMISSION__TIMESTAMP - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Timestamp' attribute.
SUBMISSION_FEATURE_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of structural features of the 'Submission' class.
SUBMISSION_OPERATION_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of operations of the 'Submission' class.
SubmissionImpl - Class in org.atlanmod.zoo.socialnetwork.impl
An implementation of the model object 'Submission'.
SubmissionImpl() - Constructor for class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
submissions - Variable in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
The cached value of the 'Submissions' reference list.
submitter - Variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The cached value of the 'Submitter' reference.

T

timestamp - Variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The cached value of the 'Timestamp' attribute.
TIMESTAMP_EDEFAULT - Static variable in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
The default value of the 'Timestamp' attribute.
toString() - Method in class org.atlanmod.zoo.socialnetwork.impl.SubmissionImpl
 
toString() - Method in class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 

U

USER - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'User' class.
USER - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The meta object id for the 'User' class.
User - Interface in org.atlanmod.zoo.socialnetwork
A representation of the model object 'User'.
USER__FRIENDS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Friends' reference list feature.
USER__FRIENDS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Friends' reference list.
USER__ID - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Id' attribute feature.
USER__ID - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Id' attribute.
USER__LIKES - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Likes' reference list feature.
USER__LIKES - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Likes' reference list.
USER__NAME - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Name' attribute feature.
USER__NAME - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Name' attribute.
USER__SUBMISSIONS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage.Literals
The meta object literal for the 'Submissions' reference list feature.
USER__SUBMISSIONS - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The feature id for the 'Submissions' reference list.
USER_FEATURE_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of structural features of the 'User' class.
USER_OPERATION_COUNT - Static variable in interface org.atlanmod.zoo.socialnetwork.SocialNetworkPackage
The number of operations of the 'User' class.
UserImpl - Class in org.atlanmod.zoo.socialnetwork.impl
An implementation of the model object 'User'.
UserImpl() - Constructor for class org.atlanmod.zoo.socialnetwork.impl.UserImpl
 
users - Variable in class org.atlanmod.zoo.socialnetwork.impl.SocialNetworkRootImpl
The cached value of the 'Users' containment reference list.
B C D E F G I L M N O P S T U 
Skip navigation links

Copyright © 2018–2020 Atlanmod. All rights reserved.