Uses of Interface
org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl.AggStateGon
Packages that use AggStateGon
Package
Description
-
Uses of AggStateGon in org.aksw.jenax.graphql.sparql.v2.acc.state.api.builder
Methods in org.aksw.jenax.graphql.sparql.v2.acc.state.api.builder that return AggStateGonModifier and TypeMethodDescriptionAggStateGon<I,E, K, V> AggStateBuilder.newAggregator()AggStateGon<I,E, K, V> AggStateBuilderWrapper.newAggregator() -
Uses of AggStateGon in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl
Subinterfaces of AggStateGon in org.aksw.jenax.graphql.sparql.v2.acc.state.api.implModifier and TypeInterfaceDescriptioninterfaceAggStateGonNode<I,E, K, V> Subclasses are Literal, Object or Null.interfaceAggStateTransition<I,E, K, V> interfaceAggStateTypeProduceEntry<I,E, K, V> interfaceAggStateTypeProduceNode<I,E, K, V> AggState that does NOT PRODUCE entries.Classes in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl that implement AggStateGonModifier and TypeClassDescriptionclassAggStatePropertyBase<I,E, K, V> classAggStateTransitionBase<I,E, K, V> -
Uses of AggStateGon in org.aksw.jenax.graphql.sparql.v2.agg.state.impl
Classes in org.aksw.jenax.graphql.sparql.v2.agg.state.impl that implement AggStateGonModifier and TypeClassDescriptionclassAggStateCondition<I,E, K, V> classAggStateFragmentBody<I,E, K, V> classAggStateFragmentHead<I,E, K, V> classAggStateLiteral<I,E, K, V> classAggStateLiteralProperty<I,E, K, V> classAggStateMap<I,E, K, V> classAggStateMemberSet<I,E, K, V> classAggStateObject<I,E, K, V> classAggStateProperty<I,E, K, V> AggState for a preset member key.Fields in org.aksw.jenax.graphql.sparql.v2.agg.state.impl declared as AggStateGonModifier and TypeFieldDescriptionprotected AggStateGon<I,E, K, V> AggStateFragmentHead.fragmentBodyprotected AggStateGon<I,E, K, V> AggStateCondition.subAggprotected AggStateGon<I,E, K, V> AggStateMap.subAggprotected AggStateGon<I,E, K, V> AggStateProperty.subAggThe aggregator for the valueMethods in org.aksw.jenax.graphql.sparql.v2.agg.state.impl with parameters of type AggStateGonModifier 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> AggStateCondition<I, E, K, V> AggStateCondition.of(Object matchStateId, AggStateGon<I, E, K, V> subAgg) static <I,E, K, V> AggStateFragmentHead<I, E, K, V> AggStateFragmentHead.of(Object matchStateId, AggStateGon<I, E, K, V> fragmentBody) static <I,E, K, V> AggStateMap<I, E, K, V> AggStateMap.of(Object matchStateId, BiFunction<I, E, ? extends K> inputToKeyMapper, BiPredicate<I, E> testIfSingle, 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) Constructors in org.aksw.jenax.graphql.sparql.v2.agg.state.impl with parameters of type AggStateGonModifierConstructorDescriptionprotectedAggStateCondition(Object matchStateId, AggStateGon<I, E, K, V> subAgg) AggStateMap(Object matchStateId, BiFunction<I, E, ? extends K> inputToKeyMapper, BiPredicate<I, E> testIfSingle, AggStateGon<I, E, K, V> subAgg) protectedAggStateProperty(Object matchStateId, K memberKey, boolean isSingle, AggStateGon<I, E, K, V> subAgg) -
Uses of AggStateGon in org.aksw.jenax.graphql.sparql.v2.exec.api.low
Methods in org.aksw.jenax.graphql.sparql.v2.exec.api.low that return AggStateGonModifier and TypeMethodDescriptionAggStateGon<org.apache.jena.sparql.engine.binding.Binding,org.apache.jena.sparql.function.FunctionEnv, K, org.apache.jena.graph.Node> QueryMapping.agg()Returns the value of theaggrecord component.Constructors in org.aksw.jenax.graphql.sparql.v2.exec.api.low with parameters of type AggStateGonModifierConstructorDescriptionQueryMapping(String name, org.apache.jena.sparql.core.Var stateVar, org.apache.jena.graph.Node rootStateId, org.apache.jena.query.Query query, Map<?, Map<org.apache.jena.sparql.core.Var, org.apache.jena.sparql.core.Var>> stateVarMap, AggStateGon<org.apache.jena.sparql.engine.binding.Binding, org.apache.jena.sparql.function.FunctionEnv, K, org.apache.jena.graph.Node> agg, boolean isSingle, GraphQlFieldRewrite<K> fieldRewrite) Creates an instance of aQueryMappingrecord class.