Uses of Class
net.ssehub.easy.varModel.model.StructuredComment
-
Packages that use StructuredComment Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.varModel.model Base package for the variability model. -
-
Uses of StructuredComment in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation declared as StructuredComment Modifier and Type Field Description private StructuredCommentModelTranslator.EvalBlockResult. commentMethods in de.uni_hildesheim.sse.translation that return StructuredComment 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.(package private) static StructuredCommentCommentUtils. ensureStructuredComment(org.eclipse.emf.ecore.EObject object, TypeContext context)Creates aCommentfrom comments assigned to the EMF AST elementobject.(package private) static StructuredCommentCommentUtils. toStructuredComment(org.eclipse.emf.ecore.EObject object, ModelElement parent)Creates aCommentfrom comments assigned to the EMF AST elementobject.Methods in de.uni_hildesheim.sse.translation with parameters of type StructuredComment Modifier and Type Method Description private voidModelTranslator. assignComments(StructuredComment target, java.util.List<?> elements, java.util.List<Comment> comments, IModelElement parent)Assigns the comments incommentsto the corresponding model elements inelements. -
Uses of StructuredComment in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model declared as StructuredComment Modifier and Type Field Description private StructuredCommentProject. commentComments directly attached to this project (lazy initialization).Methods in net.ssehub.easy.varModel.model that return StructuredComment Modifier and Type Method Description StructuredCommentProject. getComments()Returns the structured comment for this project.Methods in net.ssehub.easy.varModel.model with parameters of type StructuredComment Modifier and Type Method Description voidProject. setComments(StructuredComment comment)Sets a structured comment object for this project.
-