Uses of Class
net.ssehub.easy.varModel.model.ProjectImport
Packages that use ProjectImport
Package
Description
This package represents a specific variability model configuration.
Base package for the variability model.
Base directory for the main datatype classes.
This package contains utility classes for filtering the model for specific model elements.
Classes for creating an (adapted) copy of the
Project.Modifier for the
ProjectRewriteVisitor.Specific classes for performing search operations on models.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Classes for validating e variability model, e.g.
-
Uses of ProjectImport in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type ProjectImportModifier and TypeMethodDescriptionvoidAssignmentResolver.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 ProjectImportMethods in net.ssehub.easy.varModel.model that return ProjectImportModifier and TypeMethodDescriptionContainableModelElementList.getImport(int index) Project.getImport(int index) Returns the project import specified byindex.ProjectInterface.getImport(int index) Methods in net.ssehub.easy.varModel.model with parameters of type ProjectImportModifier and TypeMethodDescriptionbooleanProject.addImport(ProjectImport pimport) Adds an import to this project.private static booleanModelQuery.checkScopeForImport(String name, ProjectImport imp, 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 -
Uses of ProjectImport in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type ProjectImportModifier and TypeMethodDescriptionvoidConstraintFinder.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 ProjectImportModifier and TypeMethodDescriptionvoidDeletedElementsCollector.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 ProjectImportModifier and TypeMethodDescriptionImportNameFilter.handleImport(ProjectImport element, RewriteContext context) ImportRegExNameFilter.handleImport(ProjectImport pImport, RewriteContext context) IProjectImportFilter.handleImport(ProjectImport pImport, RewriteContext context) Specification how to handleProjectImports.Methods in net.ssehub.easy.varModel.model.rewrite.modifier with parameters of type ProjectImportModifier and TypeMethodDescriptionImportNameFilter.handleImport(ProjectImport element, RewriteContext context) ImportRegExNameFilter.handleImport(ProjectImport pImport, RewriteContext context) IProjectImportFilter.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 ProjectImportModifier and TypeMethodDescriptionvoidPrefixSearchVisitor.visitProjectImport(ProjectImport pImport) -
Uses of ProjectImport in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ProjectImportModifier and TypeMethodDescriptionvoidConfigurableIVMLWriter.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 ProjectImportModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitProjectImport(ProjectImport pImport)