Uses of Interface
org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl.AggStateTransition
Packages that use AggStateTransition
Package
Description
-
Uses of AggStateTransition 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 AggStateTransitionModifier and TypeMethodDescriptionAggStateTransition<I,E, K, V>[] AggStateBuilderObjectLikeBase.buildSubAggs()AggStateBuilderLiteralProperty.newAggregator()abstract AggStateTransition<I,E, K, V> AggStateBuilderTransitionMatch.newAggregator() -
Uses of AggStateTransition in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl
Subinterfaces of AggStateTransition in org.aksw.jenax.graphql.sparql.v2.acc.state.api.implClasses in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl that implement AggStateTransitionModifier and TypeClassDescriptionclassAggStatePropertyBase<I,E, K, V> classAggStateTransitionBase<I,E, K, V> -
Uses of AggStateTransition in org.aksw.jenax.graphql.sparql.v2.agg.state.impl
Classes in org.aksw.jenax.graphql.sparql.v2.agg.state.impl that implement AggStateTransitionModifier and TypeClassDescriptionclassAggStateCondition<I,E, K, V> classAggStateFragmentHead<I,E, K, V> classAggStateLiteralProperty<I,E, K, V> classAggStateMap<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 with type parameters of type AggStateTransitionMethods in org.aksw.jenax.graphql.sparql.v2.agg.state.impl that return types with arguments of type AggStateTransitionMethods in org.aksw.jenax.graphql.sparql.v2.agg.state.impl with parameters of type AggStateTransitionModifier and TypeMethodDescriptionprotected voidAggStateMemberSet.addPropertyAggregator(AggStateTransition<I, E, K, V> propertyAggregator) static <I,E, K, V> AggStateFragmentBody<I, E, K, V> AggStateFragmentBody.of(AggStateTransition<I, E, K, V>... edgeAggregators) static <I,E, K, V> AggStateObject<I, E, K, V> AggStateObject.of(AggStateTransition<I, E, K, V>... edgeAggregators)