Uses of Interface
net.ssehub.easy.basics.modelManagement.IVersionRestriction.IVariableMapper
-
Packages that use IVersionRestriction.IVariableMapper Package Description net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.templateModel The template language model.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. -
-
Uses of IVersionRestriction.IVariableMapper in net.ssehub.easy.basics.modelManagement
Methods in net.ssehub.easy.basics.modelManagement with parameters of type IVersionRestriction.IVariableMapper Modifier and Type Method Description IVersionRestrictionIVersionRestriction. copy(IVersionRestriction.IVariableMapper mapper)Copies this version restriction for the given using the givenmapper. -
Uses of IVersionRestriction.IVariableMapper in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type IVersionRestriction.IVariableMapper Modifier and Type Method Description IVersionRestrictionExpressionVersionRestriction. copy(IVersionRestriction.IVariableMapper mapper)Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type IVersionRestriction.IVariableMapper Constructor Description ExpressionCopyVisitor(java.util.Map<VariableDeclaration,VariableDeclaration> mapping, boolean reuse, IVersionRestriction.IVariableMapper mapper)Creates a new copy visitor. -
Uses of IVersionRestriction.IVariableMapper in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions declared as IVersionRestriction.IVariableMapper Modifier and Type Field Description private IVersionRestriction.IVariableMapperCopyVisitor. mapperMethods in net.ssehub.easy.instantiation.core.model.expressions that return IVersionRestriction.IVariableMapper Modifier and Type Method Description protected IVersionRestriction.IVariableMapperCopyVisitor. getMapper()Returns the variable mapper.Constructors in net.ssehub.easy.instantiation.core.model.expressions with parameters of type IVersionRestriction.IVariableMapper Constructor Description CopyVisitor(java.util.Map<VariableDeclaration,VariableDeclaration> mapping, boolean reuse, IVersionRestriction.IVariableMapper mapper)Creates a new copy visitor. -
Uses of IVersionRestriction.IVariableMapper in net.ssehub.easy.instantiation.core.model.templateModel
Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type IVersionRestriction.IVariableMapper Modifier and Type Method Description IVersionRestrictionExpressionVersionRestriction. copy(IVersionRestriction.IVariableMapper mapper)Constructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type IVersionRestriction.IVariableMapper Constructor Description ExpressionCopyVisitor(java.util.Map<VariableDeclaration,VariableDeclaration> mapping, boolean reuse, IVersionRestriction.IVariableMapper mapper)Creates a new copy visitor. -
Uses of IVersionRestriction.IVariableMapper in net.ssehub.easy.varModel.cst
Subinterfaces of IVersionRestriction.IVariableMapper in net.ssehub.easy.varModel.cst Modifier and Type Interface Description static interfaceCopyVisitor.IVariableReplacerDefines a common variable replacer.Fields in net.ssehub.easy.varModel.cst declared as IVersionRestriction.IVariableMapper Modifier and Type Field Description private IVersionRestriction.IVariableMapperCopyVisitor. mapperConstructors in net.ssehub.easy.varModel.cst with parameters of type IVersionRestriction.IVariableMapper Constructor Description CopyVisitor(IVersionRestriction.IVariableMapper mapper)Creates a copy visitor with explicit mapping. -
Uses of IVersionRestriction.IVariableMapper in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement IVersionRestriction.IVariableMapper Modifier and Type Class Description (package private) static classEvaluationUtils.VariableReplacerImplements a variable replacer. -
Uses of IVersionRestriction.IVariableMapper in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type IVersionRestriction.IVariableMapper Modifier and Type Method Description IVersionRestrictionExpressionVersionRestriction. copy(IVersionRestriction.IVariableMapper mapper)private DecisionVariableDeclarationExpressionVersionRestriction. map(IVersionRestriction.IVariableMapper mapper, DecisionVariableDeclaration var)Mapsvarviamapper.
-