Uses of Interface
net.ssehub.easy.varModel.model.ModelQuery.IDeclarationSelector
Packages that use ModelQuery.IDeclarationSelector
-
Uses of ModelQuery.IDeclarationSelector in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement ModelQuery.IDeclarationSelectorModifier and TypeClassDescriptionstatic classSelects the first declaration with the given type.Methods in net.ssehub.easy.varModel.model with parameters of type ModelQuery.IDeclarationSelectorModifier and TypeMethodDescriptionstatic DecisionVariableDeclarationModelQuery.findDeclaration(IResolutionScope scope, ModelQuery.IDeclarationSelector selector) Searches a givenscopefor a variable declaration oftypeand returns the declaration determined byselector.