Uses of Enum Class
org.apache.jena.riot.system.StreamTriplesOnly.QuadPolicy
Packages that use StreamTriplesOnly.QuadPolicy
-
Uses of StreamTriplesOnly.QuadPolicy in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return StreamTriplesOnly.QuadPolicyModifier and TypeMethodDescriptionstatic StreamTriplesOnly.QuadPolicyReturns the enum constant of this class with the specified name.static StreamTriplesOnly.QuadPolicy[]StreamTriplesOnly.QuadPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.jena.riot.system with type arguments of type StreamTriplesOnly.QuadPolicyModifier and TypeMethodDescriptionstatic StreamRDFStreamTriplesOnly.addActionIfQuads(StreamRDF stream, Function<Quad, StreamTriplesOnly.QuadPolicy> action) Add a new policy layer for quadsstatic StreamRDFStreamTriplesOnly.setActionIfQuads(StreamRDF stream, Function<Quad, StreamTriplesOnly.QuadPolicy> action) Replace an existing wrapper with a new policy for quads