Uses of Class
net.ssehub.easy.varModel.cst.Variable
-
Packages that use Variable 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.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core.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 Variable in de.uni_hildesheim.sse.translation
Methods in de.uni_hildesheim.sse.translation that return Variable Modifier and Type Method Description VariableTypeContext. obtainVariable(AbstractVariable decl)Obtains a CTS variable node for a given variable declaration, i.e., creates it or returns it from the variable pool of this context.Methods in de.uni_hildesheim.sse.translation with parameters of type Variable Modifier and Type Method Description voidAssignmentDetector. visitVariable(Variable variable)voidRefByCheckVisitor. visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type Variable Modifier and Type Method Description voidCommentResourceVisitor. visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.reasoning.sseReasoner
Fields in net.ssehub.easy.reasoning.sseReasoner declared as Variable Modifier and Type Field Description private VariableResolver.CompoundAnnotationMapper. declVarMethods in net.ssehub.easy.reasoning.sseReasoner with parameters of type Variable Modifier and Type Method Description protected voidResolver.CompoundAnnotationMapper. initialize(ConstraintSyntaxTree cAcc, Variable declVar)Initializes the mapper.private voidResolver. registerCompoundMapping(Compound type, ConstraintSyntaxTree cAcc, Variable declVar)Registers the mapping for a compound type.private voidResolver. registerCompoundSlotMapping(Compound type, ConstraintSyntaxTree cAcc, Variable declVar)Registers the slot mappings for compound slots oftype.voidCheckInitializerVisitor. visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type Variable Modifier and Type Method Description voidConstraintFunctions.TransitiveConstraintFinder. visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type Variable Modifier and Type Method Description private ConstraintSyntaxTreeSubstitutionVisitor. map(Variable variable)Maps a variable to its accessor expression.voidSubstitutionVisitor. visitVariable(Variable variable)voidVariablesInNotSimpleAssignmentConstraintsFinder. visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type Variable Modifier and Type Method Description voidCompoundValueSetter. visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.cst
Subclasses of Variable in net.ssehub.easy.varModel.cst Modifier and Type Class Description classAttributeVariableA variable which represents an attribute.classResolvedVariableCarries a resolved variable.Fields in net.ssehub.easy.varModel.cst with type parameters of type Variable Modifier and Type Field Description private java.util.Map<java.lang.Integer,Variable>VariablePool. variablesCacheMethods in net.ssehub.easy.varModel.cst that return Variable Modifier and Type Method Description VariableVariablePool. obtainVariable(AbstractVariable decl)Returns aVariablefor the givenAbstractVariable.Methods in net.ssehub.easy.varModel.cst with parameters of type Variable Modifier and Type Method Description ConstraintSyntaxTreeCopyVisitor.IVariableReplacer. mapLeaf(Variable variable)Maps 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 Variable Modifier and Type Field Description private VariableEvaluationUtils.VariableReplacer. iterMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type Variable Modifier and Type Method Description ConstraintSyntaxTreeEvaluationUtils.VariableReplacer. mapLeaf(Variable variable)voidEvaluationVisitor. 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 Variable Modifier and Type Method Description voidExpressionVersionRestrictionValidator. 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 Variable Modifier and Type Method Description voidAbstractStateVariablesInConstraintFinder. 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 Variable Modifier and Type Method Description voidMandatoryDeclarationClassifier. 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 Modifier and Type Method Description voidPrefixSearchVisitor. visitVariable(Variable variable) -
Uses of Variable in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type Variable Modifier and Type Method Description voidIVMLWriter. 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 Modifier and Type Method Description voidIvmlValidationVisitor. visitVariable(Variable variable)
-