Uses of Interface
org.aksw.jenax.io.json.writer.RdfObjectNotationWriter
Packages that use RdfObjectNotationWriter
-
Uses of RdfObjectNotationWriter in org.aksw.jenax.io.json.accumulator
Methods in org.aksw.jenax.io.json.accumulator that return RdfObjectNotationWriterMethods in org.aksw.jenax.io.json.accumulator with parameters of type RdfObjectNotationWriterModifier and TypeMethodDescriptionstatic AccContextRdfAccContext.serializing(RdfObjectNotationWriter writer) Constructors in org.aksw.jenax.io.json.accumulator with parameters of type RdfObjectNotationWriterModifierConstructorDescriptionAccContextRdf(RdfObjectNotationWriter writer, boolean materialize, boolean serialize) -
Uses of RdfObjectNotationWriter in org.aksw.jenax.io.json.writer
Classes in org.aksw.jenax.io.json.writer that implement RdfObjectNotationWriterMethods in org.aksw.jenax.io.json.writer that return RdfObjectNotationWriterModifier and TypeMethodDescriptionRdfObjectNotationWriterViaJson.beginArray()RdfObjectNotationWriterViaJson.beginObject()RdfObjectNotationWriterViaJson.endArray()RdfObjectNotationWriterViaJson.endObject()RdfObjectNotationWriterViaJson.name(org.apache.jena.sparql.path.P_Path0 name) RdfObjectNotationWriter.nullValue()RdfObjectNotationWriterViaJson.nullValue()RdfObjectNotationWriterViaJson.value(org.apache.jena.graph.Node value)