Uses of Class
net.ssehub.easy.varModel.cst.Variable
Packages that use Variable
Package
Description
This package represents a specific variability model configuration.
Package for elements of the constraint syntax tree.
Implements the evaluation of constraint syntax trees.
Base package for the variability model.
This package contains utility classes for filtering the model for specific model elements.
Filter for finding mandatory declarations.
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 Variable in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type Variable -
Uses of Variable in net.ssehub.easy.varModel.cst
Subclasses of Variable in net.ssehub.easy.varModel.cstModifier and TypeClassDescriptionclassA variable which represents an attribute.classCarries a resolved variable.Fields in net.ssehub.easy.varModel.cst with type parameters of type VariableMethods in net.ssehub.easy.varModel.cst that return VariableModifier and TypeMethodDescriptionfinal VariableVariablePool.obtainVariable(AbstractVariable decl) Returns aVariablefor the givenAbstractVariable.Methods in net.ssehub.easy.varModel.cst with parameters of type VariableModifier and TypeMethodDescriptionMaps a leaf variable.voidAbstractConstraintTreeVisitor.visitVariable(Variable variable) voidBasicCopyVisitor.visitVariable(Variable variable) voidConstraintReplacer.visitVariable(Variable variable) voidCopyVisitor.visitVariable(Variable variable) voidDebugConstraintTreeVisitor.visitVariable(Variable variable) voidIConstraintTreeVisitor.visitVariable(Variable variable) Visits a variable.voidValidationVisitor.visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as VariableMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type VariableModifier and TypeMethodDescriptionvoidEvaluationVisitor.visitVariable(Variable variable) voidStaticAccessFinder.visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type VariableModifier and TypeMethodDescriptionvoidExpressionVersionRestrictionValidator.visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type VariableModifier and TypeMethodDescriptionvoidAbstractStateVariablesInConstraintFinder.visitVariable(Variable variable) voidAbstractVariableInConstraintFinder.visitVariable(Variable variable) voidConstraintClassifier.visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type VariableModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type Variable -
Uses of Variable in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type VariableModifier and TypeMethodDescriptionvoidIVMLWriter.visitVariable(Variable variable) voidVariableUsage.visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type Variable