Uses of Interface
org.aksw.jena_sparql_api.schema.NodeSchema
Packages that use NodeSchema
Package
Description
-
Uses of NodeSchema in org.aksw.jena_sparql_api.collection.observable
Methods in org.aksw.jena_sparql_api.collection.observable with parameters of type NodeSchemaModifier and TypeMethodDescriptionbooleanNodeGraphSchemaSubsumptionChecker.isSubsumed(NodeSchema needle, NodeSchema haystack) -
Uses of NodeSchema in org.aksw.jena_sparql_api.entity.graph.metamodel
Methods in org.aksw.jena_sparql_api.entity.graph.metamodel with parameters of type NodeSchemaModifier and TypeMethodDescriptionstatic voidMainPlaygroundResourceMetamodel.fillModel(DatasetMetamodel dsm, org.apache.jena.graph.Graph dataGraph, NodeSchema nodeSchema, org.apache.jena.graph.Node node) Method parameters in org.aksw.jena_sparql_api.entity.graph.metamodel with type arguments of type NodeSchemaModifier and TypeMethodDescriptionstatic voidMainPlaygroundResourceMetamodel.analyzeResources(DatasetMetamodel dsm, com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> schemaToNodes, org.apache.jena.rdf.model.Model shapeModel, QueryExecutionFactory qef) static voidMainPlaygroundResourceMetamodel.fillMetamodel(DatasetMetamodel dsm, com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> schemaToNodes, org.apache.jena.graph.Graph dataGraph) -
Uses of NodeSchema in org.aksw.jena_sparql_api.schema
Subinterfaces of NodeSchema in org.aksw.jena_sparql_api.schemaClasses in org.aksw.jena_sparql_api.schema that implement NodeSchemaFields in org.aksw.jena_sparql_api.schema with type parameters of type NodeSchemaModifier and TypeFieldDescriptionprotected Collection<NodeSchema>ShapedNode.nodeSchemasprotected Set<NodeSchema>PropertySchemaImpl.targetSchemasThe schema of the values reachable via this property specMethods in org.aksw.jena_sparql_api.schema that return types with arguments of type NodeSchemaModifier and TypeMethodDescriptionShapedProperty.getTargetNodeSchemas()Set<? extends NodeSchema>PropertySchema.getTargetSchemas()PropertySchemaImpl.getTargetSchemas()com.google.common.collect.Multimap<NodeSchema,org.apache.jena.graph.Node> NodeSchemaDataFetcher.step(com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> schemaAndNodes, QueryExecutionFactoryQuery conn, com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> done, org.aksw.commons.rx.lookup.LookupService<org.apache.jena.graph.Node, ResourceMetamodel> metaDataService, ResourceCache resourceCache) Methods in org.aksw.jena_sparql_api.schema with parameters of type NodeSchemaModifier and TypeMethodDescriptionstatic ShapedNodeShapedNode.create(org.apache.jena.graph.Node src, NodeSchema nodeSchema, ResourceCache resourceCache, QueryExecutionFactoryQuery conn) static org.apache.jena.query.QueryNodeSchemaDataFetcher.immediateSchemaToSparql(NodeSchema schema) Method parameters in org.aksw.jena_sparql_api.schema with type arguments of type NodeSchemaModifier and TypeMethodDescriptionstatic ShapedNodeShapedNode.create(org.apache.jena.graph.Node src, Collection<NodeSchema> nodeSchemas, ResourceCache resourceCache, QueryExecutionFactoryQuery conn) protected ShapedNodeShapedProperty.createTargetShapedNode(org.apache.jena.graph.Node tgt, Collection<NodeSchema> nodeSchemas) com.google.common.collect.Multimap<NodeSchema,org.apache.jena.graph.Node> NodeSchemaDataFetcher.step(com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> schemaAndNodes, QueryExecutionFactoryQuery conn, com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> done, org.aksw.commons.rx.lookup.LookupService<org.apache.jena.graph.Node, ResourceMetamodel> metaDataService, ResourceCache resourceCache) voidNodeSchemaDataFetcher.sync(com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> schemaAndNodes, QueryExecutionFactoryQuery conn, org.aksw.commons.rx.lookup.LookupService<org.apache.jena.graph.Node, ResourceMetamodel> metaDataService, ResourceCache graphToResourceState) static org.apache.jena.query.QueryNodeSchemaDataFetcher.toQuery(com.google.common.collect.Multimap<NodeSchema, org.apache.jena.graph.Node> schemaAndNodes) Build the query that retrieves the information that matches the schemas for the given nodes.Constructor parameters in org.aksw.jena_sparql_api.schema with type arguments of type NodeSchemaModifierConstructorDescriptionShapedNode(org.apache.jena.graph.Node src, Collection<NodeSchema> nodeSchemas, ResourceCache resourceCache, QueryExecutionFactoryQuery conn)