Interface AggJsonEdge

All Superinterfaces:
AggJson
All Known Implementing Classes:
AggJsonFragmentHead, AggJsonProperty

public interface AggJsonEdge extends AggJson
  • Method Details

    • getMatchFieldId

      org.apache.jena.graph.Node getMatchFieldId()
      An edge-based aggregator must declare which edge id it matches
    • setTargetAgg

      AggJsonEdge setTargetAgg(AggJsonNode targetAgg)
    • newAccumulator

      AccJsonEdge newAccumulator()
      Specified by:
      newAccumulator in interface AggJson