Uses of Interface
org.aksw.jena_sparql_api.rx.entity.model.EntityTemplate
Packages that use EntityTemplate
-
Uses of EntityTemplate in org.aksw.jena_sparql_api.rx.entity.model
Classes in org.aksw.jena_sparql_api.rx.entity.model that implement EntityTemplateModifier and TypeClassDescriptionclassIn an entity query the construct/entity part this is based directly on the entity selector SELECT query As such, it neither declares its own WHERE pattern nor partition variables as they are based directly on the selector query.Fields in org.aksw.jena_sparql_api.rx.entity.model declared as EntityTemplateModifier and TypeFieldDescriptionprotected EntityTemplateEntityBaseQuery.entityTemplateprotected EntityTemplateEntityGraphFragment.entityTemplateMethods in org.aksw.jena_sparql_api.rx.entity.model that return EntityTemplateModifier and TypeMethodDescriptionEntityTemplate.applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform) EntityTemplateImpl.applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform) EntityTemplate.cloneTemplate()EntityBaseQuery.getEntityTemplate()EntityGraphFragment.getEntityTemplate()GraphPartition.getEntityTemplate()static EntityTemplateEntityTemplate.merge(EntityTemplate... templates) Combine the information from multiple EntityTemplates into a single one This operation should only be performed after processing variable names such that no clashes occur.Methods in org.aksw.jena_sparql_api.rx.entity.model with parameters of type EntityTemplateModifier and TypeMethodDescriptionstatic EntityTemplateEntityTemplate.merge(EntityTemplate... templates) Combine the information from multiple EntityTemplates into a single one This operation should only be performed after processing variable names such that no clashes occur.voidEntityBaseQuery.setEntityTemplate(EntityTemplate entityTemplate) voidEntityGraphFragment.setEntityTemplate(EntityTemplate entityTemplate) Constructors in org.aksw.jena_sparql_api.rx.entity.model with parameters of type EntityTemplateModifierConstructorDescriptionEntityBaseQuery(List<org.apache.jena.sparql.core.Var> partitionVars, EntityTemplate entityTemplate, org.apache.jena.query.Query standardQuery) EntityBaseQuery(List<org.apache.jena.sparql.core.Var> partitionVars, EntityTemplate entityTemplate, org.apache.jena.query.Query standardQuery, List<org.apache.jena.query.SortCondition> partitionOrderBy) EntityGraphFragment(List<org.apache.jena.sparql.core.Var> partitionVars, EntityTemplate entityTemplate, org.apache.jena.sparql.syntax.Element element)