Uses of Class
net.ssehub.easy.varModel.model.ProjectImport
-
Packages that use ProjectImport 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.integration.common.impl Defines the a readable interface to IVML/EAsY.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.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.rewrite.modifier Modifier for theProjectRewriteVisitor.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 ProjectImport in de.uni_hildesheim.sse.translation
Methods in de.uni_hildesheim.sse.translation that return ProjectImport Modifier and Type Method Description ProjectImportTypeContext. getImport(int index)static ProjectImportImportTranslator. processConflict(de.uni_hildesheim.sse.ivml.ConflictStmt conflictStmt)Processes a conflict statement including import restrictions.static ProjectImportImportTranslator. processConflict(de.uni_hildesheim.sse.ivml.ConflictStmt conflictStmt, ExpressionTranslator translator, TypeContext context)Processes a conflict statement including import restrictions.static ProjectImportImportTranslator. processImport(de.uni_hildesheim.sse.ivml.ImportStmt importStmt)Processes an import statement including import restrictions.static ProjectImportImportTranslator. processImport(de.uni_hildesheim.sse.ivml.ImportStmt importStmt, ExpressionTranslator translator, TypeContext context)Processes an import statement including import restrictions. -
Uses of ProjectImport in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type ProjectImport Modifier and Type Method Description voidVariableCollector. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.integration.common.impl
Methods in net.ssehub.easy.integration.common.impl with parameters of type ProjectImport Modifier and Type Method Description private voidModel. resolveImports(ProjectImport pImport)Resolves project import in terms of collecting type and variable definitions. -
Uses of ProjectImport in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type ProjectImport Modifier and Type Method Description voidErrorSetter. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type ProjectImport Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type ProjectImport Modifier and Type Method Description voidAssignmentResolver.AssignBlockVisitor. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model with type parameters of type ProjectImport Modifier and Type Field Description private java.util.List<ProjectImport>Project. importsMethods in net.ssehub.easy.varModel.model that return ProjectImport Modifier and Type Method Description ProjectImportContainableModelElementList. getImport(int index)ProjectImportProject. getImport(int index)Returns the project import specified byindex.ProjectImportProjectInterface. getImport(int index)Methods in net.ssehub.easy.varModel.model with parameters of type ProjectImport Modifier and Type Method Description booleanProject. addImport(ProjectImport pimport)Adds an import to this project.private static booleanModelQuery. checkScopeForImport(java.lang.String name, ProjectImport imp, java.lang.String namespace)Check the validity of the scope being imported.booleanProject. removeImport(ProjectImport pimport)Removes an import from this project.voidAbstractProjectVisitor. visitProjectImport(ProjectImport pImport)voidIModelVisitor. visitProjectImport(ProjectImport pImport)This method is used for visiting a ProjectImport.voidModelStatistics.StatisticsVisitor. visitProjectImport(ProjectImport pImport)voidModelVisitorAdapter. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes that return ProjectImport Modifier and Type Method Description ProjectImportCompound. getImport(int index)ProjectImportICustomOperationAccessor. getImport(int index)Returns the project import specified byindex.ProjectImportIResolutionScope. getImport(int index)Returns the project import specified byindex. -
Uses of ProjectImport in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type ProjectImport Modifier and Type Method Description voidConstraintFinder. visitProjectImport(ProjectImport pImport)voidDeclarationFinder. visitProjectImport(ProjectImport pImport)voidDeclarationInContainerFinder. visitProjectImport(ProjectImport pImport)voidProjectInterfaceFinder. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ProjectImport Modifier and Type Method Description voidDeletedElementsCollector. visitProjectImport(ProjectImport pImport)voidProjectCopyVisitor. visitProjectImport(ProjectImport pImport)voidProjectRewriteVisitor. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.model.rewrite.modifier
Methods in net.ssehub.easy.varModel.model.rewrite.modifier that return ProjectImport Modifier and Type Method Description ProjectImportImportNameFilter. handleImport(ProjectImport element, RewriteContext context)ProjectImportImportRegExNameFilter. handleImport(ProjectImport pImport, RewriteContext context)ProjectImportIProjectImportFilter. handleImport(ProjectImport pImport, RewriteContext context)Specification how to handleProjectImports.Methods in net.ssehub.easy.varModel.model.rewrite.modifier with parameters of type ProjectImport Modifier and Type Method Description ProjectImportImportNameFilter. handleImport(ProjectImport element, RewriteContext context)ProjectImportImportRegExNameFilter. handleImport(ProjectImport pImport, RewriteContext context)ProjectImportIProjectImportFilter. handleImport(ProjectImport pImport, RewriteContext context)Specification how to handleProjectImports. -
Uses of ProjectImport in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type ProjectImport Modifier and Type Method Description voidPrefixSearchVisitor. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ProjectImport Modifier and Type Method Description voidConfigurableIVMLWriter. visitProjectImport(ProjectImport pImport)voidIVMLWriter. visitProjectImport(ProjectImport pImport)voidVariableUsage. visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type ProjectImport Modifier and Type Method Description voidIvmlValidationVisitor. visitProjectImport(ProjectImport pImport)
-