Uses of Class
net.ssehub.easy.varModel.model.Comment
-
Packages that use Comment Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI.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.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes.net.ssehub.easy.varModel.model.filter This package contains utility classes for filtering the model for specific model elements.net.ssehub.easy.varModel.model.filter.mandatoryVars Filter for finding mandatory declarations.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.search Specific classes for performing search operations on models.net.ssehub.easy.varModel.persistency These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVMLnet.ssehub.easy.varModel.validation Classes for validating e variability model, e.g. -
-
Uses of Comment in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation declared as Comment Modifier and Type Field Description private CommentContainableElementsMapAndComparator.Data. commentThe comment instance.Methods in de.uni_hildesheim.sse.translation that return Comment Modifier and Type Method Description private CommentModelTranslator. handleBasicComment(org.eclipse.emf.ecore.EObject object, TypeContext context)Handles the comments assigned to the EMF AST elementobject.(package private) static CommentCommentUtils. toComment(org.eclipse.emf.ecore.EObject object, IModelElement parent)Creates aCommentfrom comments assigned to the EMF AST elementobject.Methods in de.uni_hildesheim.sse.translation with parameters of type Comment Modifier and Type Method Description booleanTypeContext. addToProject(org.eclipse.emf.ecore.EObject key, Comment comment, ContainableModelElement element)Adds a containable element to the root resolution scope as well as a mapping fromkeytocomment(optional) andelement.private voidModelTranslator. assignProjectComment(Project project, java.lang.Object element, Comment comment)Assigns acommentto anelementdirectly assigned to aprojectand ensures the existence the structured comment for the project if required.voidContainableElementsMapAndComparator. put(org.eclipse.emf.ecore.EObject key, Comment comment, ContainableModelElement element)Adds a mapping fromkeytocomment(optional) andelement.voidTypeContext. registerSorter(IContainableElementsSorter sorter, org.eclipse.emf.ecore.EObject key, Comment comment, ContainableModelElement element)Registers an element to be sorted (later).Method parameters in de.uni_hildesheim.sse.translation with type arguments of type Comment Modifier and Type Method Description private StructuredCommentModelTranslator. createStructuredComment(org.eclipse.emf.ecore.EObject object, TypeContext context, java.util.List<Comment> comments)Creates a structured comment for the givenobjectincontextdepending on the contents ofcomments, i.e. -
Uses of Comment in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type Comment Modifier and Type Method Description voidVariableCollector. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type Comment Modifier and Type Method Description voidErrorSetter. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type Comment Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type Comment Modifier and Type Method Description voidAssignmentResolver.AssignBlockVisitor. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model
Subclasses of Comment in net.ssehub.easy.varModel.model Modifier and Type Class Description classStructuredCommentDefines a structured comment which stores relations between nested model elements of the following model element and the comments stored in this comment.Fields in net.ssehub.easy.varModel.model with type parameters of type Comment Modifier and Type Field Description private java.util.Map<java.lang.Object,Comment>StructuredComment. commentsStores the sub comments.Methods in net.ssehub.easy.varModel.model that return Comment Modifier and Type Method Description CommentComment. getComment(java.lang.Object element)Returns the comment assigned to the given modelelement.CommentStructuredComment. getComment(java.lang.Object element)Returns the comment assigned to the given modelelement.CommentProject. getCommentBefore(IModelElement element, boolean ensureStructured)Returns the comment before the specified model element.CommentProject. getNestedComment(java.lang.Object element)Returns a comment for anelementfrom within theProject.getComments().Methods in net.ssehub.easy.varModel.model with parameters of type Comment Modifier and Type Method Description voidAttributeAssignment. add(Comment comment)voidBasicDecisionVariableContainer. add(Comment comment)voidIDecisionVariableContainer. add(Comment comment)Adds a comment to the list of contained elements.voidComment. assignComment(java.lang.Object element, Comment comment)Assigns acommentto the given modelelement.voidStructuredComment. assignComment(java.lang.Object element, Comment comment)Assigns acommentto the given modelelement.voidIModelVisitor. visitComment(Comment comment)Method for visiting a comment.voidModelStatistics.StatisticsVisitor. visitComment(Comment comment)voidModelVisitorAdapter. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type Comment Modifier and Type Method Description voidCompound. add(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type Comment Modifier and Type Method Description voidAbstractDeclarationFinder. visitComment(Comment comment)voidAbstractFrozenElementsFinder. visitComment(Comment comment)voidAnnotationAssignmentFinder. visitComment(Comment comment)voidConstraintFinder. visitComment(Comment comment)voidDatatypeFinder. visitComment(Comment comment)voidDeclarationInContainerFinder. visitComment(Comment comment)voidEvalBlockFinder. visitComment(Comment comment)voidModelElementTypeFinder. visitComment(Comment comment)voidNamespaceFinder. visitComment(Comment comment)voidProjectInterfaceFinder. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type Comment Modifier and Type Method Description voidMandatoryDeclarationClassifier. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type Comment Modifier and Type Method Description voidDeletedElementsCollector. visitComment(Comment comment)voidInitialStructureCollector. visitComment(Comment comment)voidProjectCopyVisitor. visitComment(Comment comment)voidProjectRewriteVisitor. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type Comment Modifier and Type Method Description voidPrefixSearchVisitor. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.persistency
Fields in net.ssehub.easy.varModel.persistency with type parameters of type Comment Modifier and Type Field Description private java.util.Stack<Comment>IVMLWriter. lastCommentMethods in net.ssehub.easy.varModel.persistency that return Comment Modifier and Type Method Description private CommentIVMLWriter. getLastComment()Returns the last comment from the internal comment stack.private CommentIVMLWriter. popLastComment()Removes the comment on top of the stack.Methods in net.ssehub.easy.varModel.persistency with parameters of type Comment Modifier and Type Method Description private voidIVMLWriter. setLastComment(Comment comment)Defines the next comment on top of the stack (combined pop/push).voidIVMLWriter. visitComment(Comment comment)voidVariableUsage. visitComment(Comment comment) -
Uses of Comment in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type Comment Modifier and Type Method Description voidIvmlValidationVisitor. visitComment(Comment comment)
-