Interface AggJsonEdge
- All Superinterfaces:
AggJson
- All Known Implementing Classes:
AggJsonFragmentHead,AggJsonProperty
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.graph.NodeAn edge-based aggregator must declare which edge id it matchessetTargetAgg(AggJsonNode targetAgg)
-
Method Details
-
getMatchFieldId
org.apache.jena.graph.Node getMatchFieldId()An edge-based aggregator must declare which edge id it matches -
setTargetAgg
-
newAccumulator
AccJsonEdge newAccumulator()- Specified by:
newAccumulatorin interfaceAggJson
-