Uses of Class
com.semedy.reasoner.parser.graphql.Pattern
Package
Description
-
Uses of Pattern in com.semedy.reasoner.api.parser
-
Uses of Pattern in com.semedy.reasoner.core
Modifier and TypeMethodDescriptionstatic Pattern
JsonUtils.createPattern
(org.json.JSONObject json) create a pattern out of a json objectModifier 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
Modifier and TypeMethodDescriptionGraphQLListener.getPattern()
get all created output patternsInternalGraphQLParser.getPattern()