Uses of Class
org.apache.jena.shex.ShexShape
-
Packages that use ShexShape Package Description org.apache.jena.shex org.apache.jena.shex.sys -
-
Uses of ShexShape in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShexShape Modifier and Type Method Description ShexShapeShexSchema. get(Node n)ShexShapeShexSchema. getStart()Methods in org.apache.jena.shex that return types with arguments of type ShexShape Modifier and Type Method Description java.util.List<ShexShape>ShexSchema. getShapes()Get all the shapes.Methods in org.apache.jena.shex with parameters of type ShexShape Modifier and Type Method Description static ShexSchemaShexSchema. shapes(java.lang.String source, java.lang.String baseURI, PrefixMap prefixes, ShexShape startShape, java.util.List<ShexShape> shapes, java.util.List<java.lang.String> imports, java.util.Map<Node,TripleExpression> tripleRefs)ShexReportShexValidator. validate(Graph graphData, ShexSchema shapes, ShexShape shape, Node focus)Validate a specific node (the focus), against a shape.Method parameters in org.apache.jena.shex with type arguments of type ShexShape Modifier and Type Method Description static ShexSchemaShexSchema. shapes(java.lang.String source, java.lang.String baseURI, PrefixMap prefixes, ShexShape startShape, java.util.List<ShexShape> shapes, java.util.List<java.lang.String> imports, java.util.Map<Node,TripleExpression> tripleRefs) -
Uses of ShexShape in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return ShexShape Modifier and Type Method Description ShexShapeValidationContext. getShape(Node label)Methods in org.apache.jena.shex.sys with parameters of type ShexShape Modifier and Type Method Description booleanValidationContext. cycle(ShexShape shape, Node data)voidValidationContext. finishValidate(ShexShape shape, Node data)voidValidationContext. startValidate(ShexShape shape, Node data)
-