Uses of Class
org.apache.jena.shex.ShexStatus
-
Packages that use ShexStatus Package Description org.apache.jena.shex org.apache.jena.shex.sys -
-
Uses of ShexStatus in org.apache.jena.shex
Fields in org.apache.jena.shex declared as ShexStatus Modifier and Type Field Description ShexStatusShexRecord. statusMethods in org.apache.jena.shex that return ShexStatus Modifier and Type Method Description static ShexStatusShexStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ShexStatus[]ShexStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.shex with parameters of type ShexStatus Modifier and Type Method Description voidShexReport.Builder. shexReport(ShexRecord entry, Node focusNode, ShexStatus result, java.lang.String reason)Create a new report line item from an exists (shex map) entry and add it to the reportsConstructors in org.apache.jena.shex with parameters of type ShexStatus Constructor Description ShexRecord(ShexRecord assoc, Node focusNode, ShexStatus status, java.lang.String reason) -
Uses of ShexStatus in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys with parameters of type ShexStatus Modifier and Type Method Description voidValidationContext. shexReport(ShexRecord entry, Node focusNode, ShexStatus result, java.lang.String reason)
-