Uses of Interface
org.aksw.jenax.io.json.accumulator.AccJson
Packages that use AccJson
-
Uses of AccJson in org.aksw.jenax.io.json.accumulator
Subinterfaces of AccJson in org.aksw.jenax.io.json.accumulatorModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceBase interface for objects and fragment bodies, i.e.Classes in org.aksw.jenax.io.json.accumulator that implement AccJsonModifier and TypeClassDescriptionclassclassAn accumulator for a set of fields.classAn accumulator for a conditional transition to the fragment body.classclassclassCommon base class for accumulators of Objects and Fragments.classAccumulator for the values of an (objectId, propertyId) pair.Fields in org.aksw.jenax.io.json.accumulator declared as AccJsonModifier and TypeFieldDescriptionprotected AccJsonAccJsonDriver.currentStateprotected AccJsonAccJsonBase.parentMethods in org.aksw.jenax.io.json.accumulator that return AccJsonModifier and TypeMethodDescriptionAccJson.getParent()Get the parent of this accumulator.AccJsonBase.getParent()AggJson.newAccumulator()AccJson.transition(org.apache.jena.graph.Triple edge, AccContextRdf cxt) Process an edge.AccJsonFragmentBody.transition(org.apache.jena.graph.Triple input, AccContextRdf context) AccJsonFragmentHead.transition(org.apache.jena.graph.Triple input, AccContextRdf context) Accepts a triple if source and field id match that of the current stateAccJsonLiteral.transition(org.apache.jena.graph.Triple edge, AccContextRdf context) AccJsonObject.transition(org.apache.jena.graph.Triple input, AccContextRdf context) AccJsonProperty.transition(org.apache.jena.graph.Triple input, AccContextRdf context) Accepts a triple if source and field id match that of the current stateMethods in org.aksw.jenax.io.json.accumulator with parameters of type AccJsonModifier and TypeMethodDescriptionstatic AccJsonDrivervoidSets the parent of this accumulator.voidConstructors in org.aksw.jenax.io.json.accumulator with parameters of type AccJson