Uses of Class
com.semedy.reasoner.parser.graphql.Pattern
Packages that use Pattern
Package
Description
-
Uses of Pattern in com.semedy.reasoner.api.parser
Methods in com.semedy.reasoner.api.parser that return types with arguments of type Pattern -
Uses of Pattern in com.semedy.reasoner.core
Methods in com.semedy.reasoner.core that return PatternModifier and TypeMethodDescriptionstatic Pattern
JsonUtils.createPattern
(org.json.JSONObject json) create a pattern out of a json objectMethods in com.semedy.reasoner.core with parameters of type PatternModifier and TypeMethodDescriptionstatic org.json.JSONObject
JsonUtils.createJsonObject
(Pattern pattern, TermParser parser) Create a json object from a pattern with values as a result of a mutation graphqlstatic String
JsonUtils.createQuery
(Pattern pattern, String type) create an OO-logic query out of a pattern and typestatic org.json.JSONObject
JsonUtils.fillPattern
(Pattern pattern, ResultBuffer buffer, Map<String, Set<String>> subclasses) fill a graphql pattern with the result of a query -
Uses of Pattern in com.semedy.reasoner.parser.graphql
Methods in com.semedy.reasoner.parser.graphql that return types with arguments of type PatternModifier and TypeMethodDescriptionGraphQLListener.getPattern()
get all created output patternsInternalGraphQLParser.getPattern()