Uses of Interface
net.ssehub.easy.varModel.model.ModelQuery.IDeclarationSelector
-
Packages that use ModelQuery.IDeclarationSelector Package Description net.ssehub.easy.varModel.model Base package for the variability model. -
-
Uses of ModelQuery.IDeclarationSelector in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement ModelQuery.IDeclarationSelector Modifier and Type Class Description static classModelQuery.FirstDeclTypeSelectorSelects the first declaration with the given type.Methods in net.ssehub.easy.varModel.model with parameters of type ModelQuery.IDeclarationSelector Modifier and Type Method Description static DecisionVariableDeclarationModelQuery. findDeclaration(IResolutionScope scope, ModelQuery.IDeclarationSelector selector)Searches a givenscopefor a variable declaration oftypeand returns the declaration determined byselector.
-