Uses of Class
se.liu.ida.hefquin.engine.wrappers.graphql.utils.StarPattern
Packages that use StarPattern
Package
Description
-
Uses of StarPattern in se.liu.ida.hefquin.engine.wrappers.graphql.impl
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.impl that return types with arguments of type StarPatternModifier and TypeMethodDescriptionprotected Map<TriplePattern,
StarPattern> SPARQL2GraphQLTranslatorImpl.createConnectors
(Map<org.apache.jena.graph.Node, StarPattern> indexedStarPatterns) Creates a connector map using @param indexedStarPatternsprotected Map<org.apache.jena.graph.Node,
StarPattern> SPARQL2GraphQLTranslatorImpl.decomposeIntoStarPatterns
(BGP bgp) Decomposes the given BGP into its subject-based star patterns and returns the resulting star patterns indexed by their respective subject nodes.Method parameters in se.liu.ida.hefquin.engine.wrappers.graphql.impl with type arguments of type StarPatternModifier and TypeMethodDescriptionprotected Map<TriplePattern,
StarPattern> SPARQL2GraphQLTranslatorImpl.createConnectors
(Map<org.apache.jena.graph.Node, StarPattern> indexedStarPatterns) Creates a connector map using @param indexedStarPatternsprotected Set<GraphQLQueryRootForStarPattern>
SPARQL2GraphQLTranslatorImpl.determineRootStarPatterns
(Collection<StarPattern> sps, Map<TriplePattern, StarPattern> connectors, GraphQL2RDFConfiguration cfg, GraphQLSchema schema) Returns the star patterns from the given collection that will be used for creating entry points in the GraphQL query to be generated.protected Set<GraphQLQueryRootForStarPattern>
SPARQL2GraphQLTranslatorImpl.determineRootStarPatterns
(Collection<StarPattern> sps, Map<TriplePattern, StarPattern> connectors, GraphQL2RDFConfiguration cfg, GraphQLSchema schema) Returns the star patterns from the given collection that will be used for creating entry points in the GraphQL query to be generated. -
Uses of StarPattern in se.liu.ida.hefquin.engine.wrappers.graphql.utils
Fields in se.liu.ida.hefquin.engine.wrappers.graphql.utils declared as StarPatternFields in se.liu.ida.hefquin.engine.wrappers.graphql.utils with type parameters of type StarPatternModifier and TypeFieldDescriptionprotected final Map<TriplePattern,
StarPattern> SPARQL2GraphQLHelper.connectors
protected final Map<org.apache.jena.graph.Node,
StarPattern> SPARQL2GraphQLHelper.indexedStarPatterns
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.utils that return StarPatternMethods in se.liu.ida.hefquin.engine.wrappers.graphql.utils with parameters of type StarPatternModifier and TypeMethodDescriptionSPARQL2GraphQLHelper.addObjectField
(StarPattern sp, String currentPath, String sgpType, String predicateURI) Helper function to add a field to the query that represents a nested object.SPARQL2GraphQLHelper.addSgp
(StarPattern sp, String currentPath, String sgpType) Recursive function used to add fields from the triple patterns in a given star patternprotected static boolean
SPARQL2GraphQLHelper.hasVariablePredicate
(StarPattern sp) Helper function which checks if any triple pattern predicate in @param sp is a variable or blank node, returns true if soConstructors in se.liu.ida.hefquin.engine.wrappers.graphql.utils with parameters of type StarPatternModifierConstructorDescriptionGraphQLQueryRootForStarPattern
(StarPattern sp, GraphQL2RDFConfiguration config, GraphQLSchema schema) Constructor parameters in se.liu.ida.hefquin.engine.wrappers.graphql.utils with type arguments of type StarPatternModifierConstructorDescriptionSPARQL2GraphQLHelper
(GraphQL2RDFConfiguration config, GraphQLSchema schema, Map<org.apache.jena.graph.Node, StarPattern> indexedStarPatterns, Map<TriplePattern, StarPattern> connectors)