Uses of Class
net.ssehub.easy.varModel.model.datatypes.Enum
Packages that use Enum
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.
Filter for finding mandatory declarations.
Classes for creating an (adapted) copy of the
Project.Specific classes for performing search operations on models.
Instances of the datatypes.
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 Enum in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type Enum -
Uses of Enum in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model that return EnumModifier and TypeMethodDescriptionstatic EnumModelQuery.findEnum(IResolutionScope elements, String name) Finds a referenced enum literal inproject.Methods in net.ssehub.easy.varModel.model with parameters of type Enum -
Uses of Enum in net.ssehub.easy.varModel.model.datatypes
Subclasses of Enum in net.ssehub.easy.varModel.model.datatypesModifier and TypeClassDescriptionclassEnumerations allow the definition of sets of named values.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type EnumModifier and TypeMethodDescriptionvoidMethod for visiting an enum.voidBaseTypeVisitor.visitEnumType(Enum enumType) voidDatatypeVisitor.visitEnumType(Enum enumType) voidIDatatypeVisitor.visitEnumType(Enum enumType) Visiting method for visiting aEnum.Constructors in net.ssehub.easy.varModel.model.datatypes with parameters of type EnumModifierConstructorDescriptionEnumLiteral(String name, int ord, Enum parent) Constructor for the enum literal. -
Uses of Enum in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type EnumModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Enum in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type Enum -
Uses of Enum in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type Enum -
Uses of Enum in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type Enum -
Uses of Enum in net.ssehub.easy.varModel.model.values
Constructors in net.ssehub.easy.varModel.model.values with parameters of type Enum -
Uses of Enum in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type Enum -
Uses of Enum in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type Enum