Uses of Class
net.ssehub.easy.varModel.management.CommentResource
Packages that use CommentResource
Package
Description
Provides functionality to manage variability models and their dependencies.
-
Uses of CommentResource in net.ssehub.easy.varModel.management
Methods in net.ssehub.easy.varModel.management that return CommentResourceModifier and TypeMethodDescriptionprivate static CommentResourceModelCommentsPersistencer.getComments(net.ssehub.easy.basics.modelManagement.ModelInfo<Project> info) Determines the comment resource for the specified model information object/project.static CommentResourceModelCommentsPersistencer.getComments(Project project) Returns the comment resource for the given project.Methods in net.ssehub.easy.varModel.management with parameters of type CommentResourceModifier and TypeMethodDescriptionprivate voidModelCommentsPersistencer.assignComment(ContainableModelElement elt, CommentResource props) Assigns a comment fromprops(if exists) toelt.private voidModelCommentsPersistencer.assignComments(IDecisionVariableContainer container, CommentResource props) Assign the comments stored inpropsto the model elements incontainer.private voidModelCommentsPersistencer.assignCommentsToProject(Project project, CommentResource props) Assign the comments stored inpropsto the containable model elements inproject.private static voidModelCommentsPersistencer.readResourceFromFile(CommentResource resource, File file) Reads the comment resource from the given file.