Uses of Class
net.ssehub.easy.varModel.model.datatypes.EnumLiteral
Packages that use EnumLiteral
Package
Description
This package represents a specific variability model configuration.
Implements the evaluation of constraint syntax trees.
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 EnumLiteral in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type EnumLiteralModifier and TypeMethodDescriptionabstract StringDisplayNameProvider.getDisplayName(EnumLiteral literal) Returns the display name of an enumeration literal.voidAssignmentResolver.AssignBlockVisitor.visitEnumLiteral(EnumLiteral literal) -
Uses of EnumLiteral in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as EnumLiteralModifier and TypeFieldDescriptionprivate EnumLiteralVariableValueCopier.EnumAttributeFreezeProvider.literalMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type EnumLiteralModifier and TypeMethodDescriptionbooleanEnumOperations.BinaryEnumComparisonOperation.evaluate(EnumLiteral e1, EnumLiteral e2) Performs an operation one1ande2and returns a boolean value.Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type EnumLiteralModifierConstructorDescriptionEnumAttributeFreezeProvider(String name, Attribute annotation, String operation, EnumLiteral literal) Creates a but-freeze provider for expressions of the formname|name.annotationoperationliteralEnumAttributeFreezeProvider(String name, Attribute annotation, EnumLiteral literal) Creates a but-freeze provider for expressions of the formname|name.annotation==literal -
Uses of EnumLiteral in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type EnumLiteralModifier and TypeMethodDescriptionvoidModelStatistics.StatisticsVisitor.visitEnumLiteral(EnumLiteral literal) voidModelVisitorAdapter.visitEnumLiteral(EnumLiteral literal) -
Uses of EnumLiteral in net.ssehub.easy.varModel.model.datatypes
Fields in net.ssehub.easy.varModel.model.datatypes with type parameters of type EnumLiteralMethods in net.ssehub.easy.varModel.model.datatypes that return EnumLiteralModifier and TypeMethodDescriptionReturns the enum literal with namename.Enum.getLiteral(int index) Returns the specified literal.Enum.getLiteralByOrdinal(int ordinal) Returns a literal by itsordinal.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type EnumLiteralModifier and TypeMethodDescriptionbooleanEnum.add(EnumLiteral literal) Method to add an literal to the enumeration.intEnum.getLiteralIndex(EnumLiteral literal) Returns the index of the given literal.booleanEnum.has(EnumLiteral literal) Returns whether this enum defines the specifiedliteral.voidICustomDatatypeVisitor.visitEnumLiteral(EnumLiteral literal) Method for visiting an enum literal. -
Uses of EnumLiteral in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type EnumLiteralModifier and TypeMethodDescriptionvoidAbstractDeclarationFinder.visitEnumLiteral(EnumLiteral literal) voidAbstractFrozenElementsFinder.visitEnumLiteral(EnumLiteral literal) voidAnnotationAssignmentFinder.visitEnumLiteral(EnumLiteral literal) voidConstraintFinder.visitEnumLiteral(EnumLiteral literal) voidDatatypeFinder.visitEnumLiteral(EnumLiteral literal) voidDeclarationInContainerFinder.visitEnumLiteral(EnumLiteral literal) voidEvalBlockFinder.visitEnumLiteral(EnumLiteral literal) voidModelElementTypeFinder.visitEnumLiteral(EnumLiteral literal) voidNamespaceFinder.visitEnumLiteral(EnumLiteral literal) voidProjectInterfaceFinder.visitEnumLiteral(EnumLiteral literal) -
Uses of EnumLiteral in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type EnumLiteralModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitEnumLiteral(EnumLiteral literal) -
Uses of EnumLiteral in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type EnumLiteralModifier and TypeMethodDescriptionvoidDeletedElementsCollector.visitEnumLiteral(EnumLiteral literal) voidInitialStructureCollector.visitEnumLiteral(EnumLiteral literal) voidProjectCopyVisitor.visitEnumLiteral(EnumLiteral literal) voidProjectRewriteVisitor.visitEnumLiteral(EnumLiteral literal) -
Uses of EnumLiteral in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type EnumLiteral -
Uses of EnumLiteral in net.ssehub.easy.varModel.model.values
Fields in net.ssehub.easy.varModel.model.values declared as EnumLiteralMethods in net.ssehub.easy.varModel.model.values that return EnumLiteralConstructors in net.ssehub.easy.varModel.model.values with parameters of type EnumLiteralModifierConstructorDescriptionprotectedEnumValue(Enum enumType, EnumLiteral literal) Constructor for a new EnumValue. -
Uses of EnumLiteral in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type EnumLiteralModifier and TypeMethodDescriptionvoidIVMLWriter.visitEnumLiteral(EnumLiteral literal) voidVariableUsage.visitEnumLiteral(EnumLiteral literal) -
Uses of EnumLiteral in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type EnumLiteralModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitEnumLiteral(EnumLiteral literal)