Uses of Class
org.apache.jena.shex.ShexRecord
Packages that use ShexRecord
-
Uses of ShexRecord in org.apache.jena.shex
Methods in org.apache.jena.shex that return types with arguments of type ShexRecordMethods in org.apache.jena.shex with parameters of type ShexRecordModifier and TypeMethodDescriptionvoidShexReport.Builder.shexReport(ShexRecord entry) voidShexReport.Builder.shexReport(ShexRecord entry, org.apache.jena.graph.Node focusNode, ShexStatus result, String reason) Create a new report line item from an existing (shex map) entry and add it to the reportsMethod parameters in org.apache.jena.shex with type arguments of type ShexRecordModifier and TypeMethodDescriptionstatic ShapeMapShapeMap.create(List<ShexRecord> associations) voidShexReport.forEachReport(Consumer<ShexRecord> action) Constructors in org.apache.jena.shex with parameters of type ShexRecordModifierConstructorDescriptionShexRecord(ShexRecord assoc, org.apache.jena.graph.Node focusNode, ShexStatus status, String reason) -
Uses of ShexRecord in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return types with arguments of type ShexRecordMethods in org.apache.jena.shex.sys with parameters of type ShexRecordModifier and TypeMethodDescriptionvoidValidationContext.shexReport(ShexRecord entry, org.apache.jena.graph.Node focusNode, ShexStatus result, String reason)