Uses of Class
net.ssehub.easy.varModel.model.filter.FilterType
-
Packages that use FilterType Package Description 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.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. -
-
Uses of FilterType in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type FilterType Modifier and Type Method Description voidConfiguration. freezeValues(Project project, FilterType filter)SetsAssignmentState.FROZENstate to already frozen variables. -
Uses of FilterType in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model declared as FilterType Modifier and Type Field Description private FilterTypeAbstractProjectVisitor. filterTypeSpecifies whether project imports shall be considered or not.Methods in net.ssehub.easy.varModel.model that return FilterType Modifier and Type Method Description protected FilterTypeAbstractProjectVisitor. getFilterType()Returns theFilterType, which is currently used.Methods in net.ssehub.easy.varModel.model with parameters of type FilterType Modifier and Type Method Description protected voidAbstractProjectVisitor. clear(Project originProject, FilterType filterType)Resets the knowledge if a this visitor should be used for a second iteration.Constructors in net.ssehub.easy.varModel.model with parameters of type FilterType Constructor Description AbstractProjectVisitor(Project originProject, FilterType filterType)Sole constructor for this visitor. -
Uses of FilterType in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter that return FilterType Modifier and Type Method Description static FilterTypeFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterType[]FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.ssehub.easy.varModel.model.filter with parameters of type FilterType Constructor Description AbstractDeclarationFinder(Project project, FilterType filterType)Sole constructor for this class.AbstractFrozenElementsFinder(Project originProject, FilterType filterType)Sole constructor for this class.AnnotationAssignmentFinder(Project originProject, FilterType filterType, boolean onlyToplevel)Single constructor for this class.DatatypeFinder(Project originProject, FilterType filterType, IDatatype type)Sole constructor for creating a newDatatypeFinder.DeclarationFinder(Project project, FilterType filterType, IDatatype type)Constructor for specifying whether search results should be filtered regarding the specifiedIDatatype.DeclarationFinder(Project project, FilterType filterType, IDatatype type, boolean onlyToplevel)Constructor for specifying whether search results should be filtered regarding the specifiedIDatatypeand whether only toplevel variables should be retrieved.DeclarationMapper(Project project, FilterType filterType)Sole constructor for this class.EvalBlockFinder(Project project, FilterType filtertype)Sole constructor for this class.FreezeBlockFinder(Project project, FilterType filtertype)Default constructor for this class.FrozenElementsFinder(Project project, FilterType filtertype)Default constructor for this class.ModelElementTypeFinder(Project originProject, FilterType filterType)Constructs a newModelElementTypeFinder.ProjectInterfaceFinder(Project project, FilterType filterType)Constructor for getting allProjectInterfaces.ProjectInterfaceFinder(Project project, FilterType filterType, boolean onlyUsedInterfaces)Constructor for getting allProjectInterfaces. -
Uses of FilterType in net.ssehub.easy.varModel.model.filter.mandatoryVars
Constructors in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type FilterType Constructor Description MandatoryDeclarationClassifier(Configuration config, FilterType filterType)Initializes, but not start, this classifier.MandatoryDeclarationClassifier(Configuration config, FilterType filterType, MandatoryClassifierSettings settings)Initializes, but not start, this classifier. -
Uses of FilterType in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite declared as FilterType Modifier and Type Field Description private FilterTypeProjectRewriteVisitor. filterTypeSpecifies whether project imports shall be considered or not.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type FilterType Modifier and Type Method Description voidProjectRewriteVisitor. reset(Project originProject, FilterType filterType)Resets theProjectRewriteVisitorto use it for a new visitation.Constructors in net.ssehub.easy.varModel.model.rewrite with parameters of type FilterType Constructor Description DeletedElementsCollector(Project originProject, FilterType filterType, RewriteContext context)Single constructor of this class.InitialStructureCollector(Project originProject, FilterType filterType, VariableLookUpTable table)Default constructor for this class.ProjectCopyVisitor(Project originProject, FilterType filterType)Sole constructor for creating a copy of aProject.ProjectRewriteVisitor(Project originProject, FilterType filterType)Default constructor for this class.
-