Uses of Class
net.ssehub.easy.varModel.management.CommentResource
-
Packages that use CommentResource Package Description net.ssehub.easy.reasoning.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core.net.ssehub.easy.varModel.management Provides functionality to manage variability models and their dependencies. -
-
Uses of CommentResource in net.ssehub.easy.reasoning.core.reasoner
Fields in net.ssehub.easy.reasoning.core.reasoner declared as CommentResource Modifier and Type Field Description private CommentResourceCommentResourceVisitor. commentsMethods in net.ssehub.easy.reasoning.core.reasoner with parameters of type CommentResource Modifier and Type Method Description static java.lang.StringCommentResourceVisitor. visit(IModelElement elt, CommentResource comments)Visits a model element and returns the translated elements as String.Constructors in net.ssehub.easy.reasoning.core.reasoner with parameters of type CommentResource Constructor Description CommentResourceVisitor(java.io.Writer out, CommentResource comments)Creates a visitor instance. -
Uses of CommentResource in net.ssehub.easy.varModel.management
Methods in net.ssehub.easy.varModel.management that return CommentResource Modifier and Type Method Description private static CommentResourceModelCommentsPersistencer. getComments(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 CommentResource Modifier and Type Method Description private 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, java.io.File file)Reads the comment resource from the given file.
-