Class AccJsonDriver

java.lang.Object
org.aksw.jenax.io.json.accumulator.AccJsonDriver

public class AccJsonDriver extends Object
This class implements the driver for accumulating (json) objects from a sequence of edges (triples/quads). The AccJson objects can be seen as states in a state automaton, and this class drives the transition between the states based on the input.
  • Field Details

    • currentState

      protected AccJson currentState
    • currentSource

      protected org.apache.jena.graph.Node currentSource
    • sourcesSeen

      protected long sourcesSeen
    • isSingle

      protected boolean isSingle
  • Constructor Details

    • AccJsonDriver

      protected AccJsonDriver(AccJson rootAcc, boolean isSingle)
  • Method Details