Interface AggStateTypeProduceEntry<I,E,K,V>
- All Superinterfaces:
AggState<I,,E> AggStateGon<I,,E, K, V> AggStateTransition<I,E, K, V>
- All Known Implementing Classes:
AggStateLiteralProperty,AggStateMap,AggStateProperty,AggStatePropertyBase
-
Method Summary
Modifier and TypeMethodDescriptiondefault GonTypeAn edge-based aggregator must declare which state id it matchesMethods inherited from interface org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl.AggStateTransition
getMatchStateId
-
Method Details
-
getGonType
- Specified by:
getGonTypein interfaceAggStateGon<I,E, K, V>
-
newAccumulator
AccStateTypeProduceEntry<I,E, newAccumulator()K, V> An edge-based aggregator must declare which state id it matches- Specified by:
newAccumulatorin interfaceAggState<I,E> - Specified by:
newAccumulatorin interfaceAggStateGon<I,E, K, V> - Specified by:
newAccumulatorin interfaceAggStateTransition<I,E, K, V>
-