Uses of Class
org.aksw.jenax.graphql.sparql.v2.api2.Connective
Packages that use Connective
Package
Description
-
Uses of Connective in org.aksw.jenax.graphql.sparql.v2.acc.state.api
Fields in org.aksw.jenax.graphql.sparql.v2.acc.state.api declared as ConnectiveModifier and TypeFieldDescriptionprotected ConnectiveAggFieldBuilder.connectiveThe graph pattern that underlies the built aggregator. -
Uses of Connective in org.aksw.jenax.graphql.sparql.v2.api2
Methods in org.aksw.jenax.graphql.sparql.v2.api2 that return ConnectiveModifier and TypeMethodDescriptionConnective.applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform) Create a new connective (copy) where nodes have been remapped accordingly.ConnectiveBuilder.build()HasConnectiveBuilder.ConnectiveSubBuilder.build()static ConnectiveConnective.empty()FragmentSpread.getConnective()SelectionBuilder.getConnective()static ConnectiveConnective.of(List<org.apache.jena.sparql.core.Var> sourceVars, List<org.apache.jena.sparql.core.Var> targetVars, org.apache.jena.sparql.syntax.Element elt) static ConnectiveConnective.of(org.apache.jena.sparql.path.Path path) Methods in org.aksw.jenax.graphql.sparql.v2.api2 with parameters of type ConnectiveModifier and TypeMethodDescriptionHasConnectiveBuilder.connective(Connective connective) ConnectiveVisitor.visit(Connective connective) ConnectiveVisitorToString.visit(Connective connective) -
Uses of Connective in org.aksw.jenax.graphql.sparql.v2.model
Fields in org.aksw.jenax.graphql.sparql.v2.model declared as ConnectiveModifier and TypeFieldDescriptionprotected ConnectiveElementNode.connectiveConnective: graph pattern with default source and target vars.Methods in org.aksw.jenax.graphql.sparql.v2.model that return ConnectiveMethods in org.aksw.jenax.graphql.sparql.v2.model with parameters of type ConnectiveModifier and TypeMethodDescriptionstatic ElementNodeElementNode.of(String label, Connective connective) static ElementNodeElementNode.of(Connective connective) Constructors in org.aksw.jenax.graphql.sparql.v2.model with parameters of type Connective -
Uses of Connective in org.aksw.jenax.graphql.sparql.v2.rewrite
Methods in org.aksw.jenax.graphql.sparql.v2.rewrite that return ConnectiveModifier and TypeMethodDescriptionstatic ConnectiveXGraphQlUtils.parsePattern(graphql.language.Directive directive, org.apache.jena.riot.system.PrefixMap prefixMap) static ConnectiveXGraphQlUtils.parsePattern(graphql.language.DirectivesContainer<?> directivesContainer, org.apache.jena.riot.system.PrefixMap prefixMap) Methods in org.aksw.jenax.graphql.sparql.v2.rewrite with parameters of type ConnectiveModifier and TypeMethodDescriptionstatic graphql.language.DirectiveXGraphQlUtils.newDirectivePattern(Connective connective) -
Uses of Connective in org.aksw.jenax.graphql.sparql.v2.schema
Methods in org.aksw.jenax.graphql.sparql.v2.schema that return Connective