Uses of Enum Class
org.apache.jena.shex.ShexStatus
Packages that use ShexStatus
-
Uses of ShexStatus in org.apache.jena.shex
Fields in org.apache.jena.shex declared as ShexStatusMethods in org.apache.jena.shex that return ShexStatusModifier and TypeMethodDescriptionstatic ShexStatusReturns the enum constant of this class with the specified name.static ShexStatus[]ShexStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.shex with parameters of type ShexStatusModifier and TypeMethodDescriptionvoidShexReport.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 reportsConstructors in org.apache.jena.shex with parameters of type ShexStatusModifierConstructorDescriptionShexRecord(ShexRecord assoc, org.apache.jena.graph.Node focusNode, ShexStatus status, String reason) -
Uses of ShexStatus in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys with parameters of type ShexStatusModifier and TypeMethodDescriptionvoidValidationContext.shexReport(ShexRecord entry, org.apache.jena.graph.Node focusNode, ShexStatus result, String reason)