Uses of Class
net.ssehub.easy.varModel.cst.UnresolvedExpression
-
Packages that use UnresolvedExpression Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.reasoning.sseReasoner.functions Package contains custom functions for IVML.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees.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.search Specific classes for performing search operations on models.net.ssehub.easy.varModel.persistency These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVMLnet.ssehub.easy.varModel.validation Classes for validating e variability model, e.g. -
-
Uses of UnresolvedExpression in de.uni_hildesheim.sse.translation
Methods in de.uni_hildesheim.sse.translation with parameters of type UnresolvedExpression Modifier and Type Method Description voidAssignmentDetector. visitUnresolvedExpression(UnresolvedExpression expression)voidRefByCheckVisitor. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type UnresolvedExpression Modifier and Type Method Description voidCheckInitializerVisitor. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type UnresolvedExpression Modifier and Type Method Description voidConstraintFunctions.TransitiveConstraintFinder. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type UnresolvedExpression Modifier and Type Method Description voidVariablesInNotSimpleAssignmentConstraintsFinder. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type UnresolvedExpression Modifier and Type Method Description voidCompoundValueSetter. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.cst
Methods in net.ssehub.easy.varModel.cst with parameters of type UnresolvedExpression Modifier and Type Method Description voidAbstractConstraintTreeVisitor. visitUnresolvedExpression(UnresolvedExpression expression)voidBasicCopyVisitor. visitUnresolvedExpression(UnresolvedExpression expression)voidConstraintReplacer. visitUnresolvedExpression(UnresolvedExpression expression)voidDebugConstraintTreeVisitor. visitUnresolvedExpression(UnresolvedExpression expression)voidIConstraintTreeVisitor. visitUnresolvedExpression(UnresolvedExpression expression)Visits an unresolved expression.voidValidationVisitor. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type UnresolvedExpression Modifier and Type Method Description voidEvaluationVisitor. visitUnresolvedExpression(UnresolvedExpression expression)voidStaticAccessFinder. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type UnresolvedExpression Modifier and Type Method Description voidExpressionVersionRestrictionValidator. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type UnresolvedExpression Modifier and Type Method Description voidAbstractVariableInConstraintFinder. visitUnresolvedExpression(UnresolvedExpression expression)voidConstraintClassifier. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type UnresolvedExpression Modifier and Type Method Description voidMandatoryDeclarationClassifier. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type UnresolvedExpression Modifier and Type Method Description voidPrefixSearchVisitor. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type UnresolvedExpression Modifier and Type Method Description voidAbstractVarModelWriter. visitUnresolvedExpression(UnresolvedExpression expression)voidVariableUsage. visitUnresolvedExpression(UnresolvedExpression expression) -
Uses of UnresolvedExpression in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type UnresolvedExpression Modifier and Type Method Description voidIvmlValidationVisitor. visitUnresolvedExpression(UnresolvedExpression expression)
-