Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Query
Packages that use Query
Package
Description
-
Uses of Query in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain
Subclasses of Query in edu.upc.fib.inlab.imp.kse.logics.logicschema.domainMethods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain that return QueryModifier and TypeMethodDescriptionstatic Query
QueryFactory.createQuery
(List<Term> headTerms, List<Literal> body) Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain that return types with arguments of type QueryMethods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with parameters of type QueryConstructor parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with type arguments of type Query -
Uses of Query in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.comparator.isomorphism
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.comparator.isomorphism with parameters of type QueryModifier and TypeMethodDescriptionboolean
IsomorphismComparator.areIsomorphic
(Query query1, Query query2) -
Uses of Query in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation that return QueryModifier and TypeMethodDescriptionQueryBuilder.buildQuery
(QuerySpec queriesSpec) QueryBuilder.buildQuery
(List<TermSpec> termSpecList, BodySpec bodySpec) QueryBuilder.buildQuery
(List<TermSpec> termSpecList, List<LiteralSpec> bodySpec) -
Uses of Query in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser that return types with arguments of type Query -
Uses of Query in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer with parameters of type Query