Uses of Class
org.aksw.jenax.graphql.sparql.v2.agg.state.impl.AggStateProperty
Packages that use AggStateProperty
-
Uses of AggStateProperty in org.aksw.jenax.graphql.sparql.v2.agg.state.impl
Methods in org.aksw.jenax.graphql.sparql.v2.agg.state.impl that return AggStatePropertyModifier and TypeMethodDescriptionstatic <I,E, K, V> AggStateProperty<I, E, K, V> AggStateProperty.many(Object matchFieldId, K memberKey, AggStateGon<I, E, K, V> subAgg) static <I,E, K, V> AggStateProperty<I, E, K, V> AggStateProperty.of(Object matchFieldId, K memberKey, boolean isSingle, AggStateGon<I, E, K, V> subAgg) static <I,E, K, V> AggStateProperty<I, E, K, V> AggStateProperty.one(Object matchFieldId, K memberKey, AggStateGon<I, E, K, V> subAgg)