Uses of Interface
org.aksw.jena_sparql_api.schema.PropertySchemaFromPropertyShape
Packages that use PropertySchemaFromPropertyShape
-
Uses of PropertySchemaFromPropertyShape in org.aksw.jena_sparql_api.schema
Methods in org.aksw.jena_sparql_api.schema that return PropertySchemaFromPropertyShapeModifier and TypeMethodDescriptiondefault PropertySchemaFromPropertyShapeNodeSchemaFromNodeShape.createPropertySchema(org.apache.jena.graph.Node predicate, boolean isForward) PropertySchemaFromPropertyShape.setDataTypeIri(String datatypeIri) PropertySchemaFromPropertyShape.setMaxCount(Long value) PropertySchemaFromPropertyShape.setMinCount(Long value) PropertySchemaFromPropertyShape.setSHClass(org.apache.jena.rdf.model.Resource shClass) Methods in org.aksw.jena_sparql_api.schema that return types with arguments of type PropertySchemaFromPropertyShapeModifier and TypeMethodDescriptiondefault List<PropertySchemaFromPropertyShape>NodeSchemaFromNodeShape.getPredicateSchemas()default Stream<PropertySchemaFromPropertyShape>NodeSchemaFromNodeShape.getPropertySchemas(org.apache.jena.graph.Node predicate, boolean isForward) Scan all property schemas for one that matches the predicate and direction - runs in O(n)