Uses of Class
org.aksw.jena_sparql_api.rx.entity.model.EntityGraphFragment
Packages that use EntityGraphFragment
-
Uses of EntityGraphFragment in org.aksw.jena_sparql_api.rx.entity.model
Fields in org.aksw.jena_sparql_api.rx.entity.model declared as EntityGraphFragmentModifier and TypeFieldDescriptionprotected EntityGraphFragmentEntityQueryBasic.attributeFragmentprotected EntityGraphFragmentGraphPartitionJoin.entityGraphFragmentprotected EntityGraphFragmentEntityQueryBasic.optionalAttributeFragmentMethods in org.aksw.jena_sparql_api.rx.entity.model that return EntityGraphFragmentModifier and TypeMethodDescriptionEntityGraphFragment.applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform) static EntityGraphFragmentstatic EntityGraphFragmentEntityGraphFragment.fromQuery(List<org.apache.jena.sparql.core.Var> partitionVars, List<org.apache.jena.graph.Node> entityNodes, org.apache.jena.query.Query query) static EntityGraphFragmentEntityGraphFragment.fromQuery(org.apache.jena.sparql.core.Var entityVar, org.apache.jena.query.Query query) EntityQueryBasic.getAttributeFragment()GraphPartitionJoin.getEntityGraphFragment()EntityQueryBasic.getOptionalAttributeFragment()Methods in org.aksw.jena_sparql_api.rx.entity.model with parameters of type EntityGraphFragmentModifier and TypeMethodDescriptionstatic EntityQueryImplEntityQueryImpl.createEntityQuery(EntityGraphFragment entityGraphFragment, org.apache.jena.graph.Node node) A convenience function to create an entity query for a specific entity (denoted by the node)voidEntityQueryBasic.setAttributeFragment(EntityGraphFragment attributeFragment) voidEntityQueryBasic.setOptionalAttributeFragment(EntityGraphFragment optionalAttributeFragment) Constructors in org.aksw.jena_sparql_api.rx.entity.model with parameters of type EntityGraphFragmentModifierConstructorDescriptionGraphPartitionJoin(EntityGraphFragment entityGraphFragment) GraphPartitionJoin(EntityGraphFragment entityGraphFragment, List<org.apache.jena.sparql.core.Var> parentJoinVars, String lazyFetchGroup, List<GraphPartitionJoin> subJoins)