Uses of Class
net.ssehub.easy.varModel.model.search.SearchResult
Packages that use SearchResult
Package
Description
Base package for the variability model.
Specific classes for performing search operations on models.
-
Uses of SearchResult in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model that return types with arguments of type SearchResultModifier and TypeMethodDescriptionstatic List<SearchResult> IvmlModelQuery.getElementsByNamePrefix(ModelElement element, String namePrefix, QualifiedNameMode mode, SearchContext context, Class<?>... restrictions) Searches a given set of elements by a name prefix starting atelement.static List<SearchResult> IvmlModelQuery.getElementsByNamePrefix(ModelElement element, String namePrefix, SearchContext context, Class<?>... restrictions) Searches a given set of elements by a name prefix starting atelement.static List<SearchResult> ModelQuery.getElementsByNamePrefix(ModelElement element, String namePrefix, DatatypeVisitor datatypeVisitor, SearchContext context, Class<?>... restrictions) Searches a given set of elements by a name prefix starting atelement. -
Uses of SearchResult in net.ssehub.easy.varModel.model.search
Fields in net.ssehub.easy.varModel.model.search with type parameters of type SearchResultMethods in net.ssehub.easy.varModel.model.search that return types with arguments of type SearchResult