Class AggStateFragmentHead<I,E,K,V>
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.agg.state.impl.AggStateFragmentHead<I,E,K,V>
- All Implemented Interfaces:
AggState<I,,E> AggStateGon<I,,E, K, V> AggStateTransition<I,E, K, V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <I,E, K, V> AggStateFragmentHead<I, E, K, V> of(Object matchStateId, AggStateGon<I, E, K, V> fragmentBody)
-
Field Details
-
matchStateId
-
fragmentBody
-
-
Constructor Details
-
AggStateFragmentHead
-
-
Method Details
-
of
public static <I,E, AggStateFragmentHead<I,K, V> E, ofK, V> (Object matchStateId, AggStateGon<I, E, K, V> fragmentBody) -
getMatchStateId
- Specified by:
getMatchStateIdin interfaceAggStateTransition<I,E, K, V>
-
getGonType
- Specified by:
getGonTypein interfaceAggStateGon<I,E, K, V>
-
newAccumulator
- Specified by:
newAccumulatorin interfaceAggState<I,E> - Specified by:
newAccumulatorin interfaceAggStateGon<I,E, K, V> - Specified by:
newAccumulatorin interfaceAggStateTransition<I,E, K, V>
-