Uses of Class
org.apache.jena.shex.ShexShape
Packages that use ShexShape
-
Uses of ShexShape in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShexShapeModifier and TypeMethodDescriptionShexSchema.get(org.apache.jena.graph.Node n) ShexSchema.getStart()Methods in org.apache.jena.shex that return types with arguments of type ShexShapeMethods in org.apache.jena.shex with parameters of type ShexShapeModifier and TypeMethodDescriptionstatic ShexSchemaShexSchema.shapes(String source, String baseURI, org.apache.jena.riot.system.PrefixMap prefixes, ShexShape startShape, List<ShexShape> shapes, List<String> imports, List<SemAct> semActs, Map<org.apache.jena.graph.Node, TripleExpression> tripleRefs) ShexValidator.validate(org.apache.jena.graph.Graph graphData, ShexSchema shapes, ShexShape shape, org.apache.jena.graph.Node focus) Validate a specific node (the focus), against a shape.Method parameters in org.apache.jena.shex with type arguments of type ShexShapeModifier and TypeMethodDescriptionstatic ShexSchemaShexSchema.shapes(String source, String baseURI, org.apache.jena.riot.system.PrefixMap prefixes, ShexShape startShape, List<ShexShape> shapes, List<String> imports, List<SemAct> semActs, Map<org.apache.jena.graph.Node, TripleExpression> tripleRefs) -
Uses of ShexShape in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return ShexShapeMethods in org.apache.jena.shex.sys with parameters of type ShexShapeModifier and TypeMethodDescriptionbooleanvoidValidationContext.finishValidate(ShexShape shape, org.apache.jena.graph.Node data) voidValidationContext.startValidate(ShexShape shape, org.apache.jena.graph.Node data)