Uses of Interface
org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateTypeTransition
Packages that use AccStateTypeTransition
Package
Description
-
Uses of AccStateTypeTransition in org.aksw.jenax.graphql.sparql.v2.acc.state.api
Subinterfaces of AccStateTypeTransition in org.aksw.jenax.graphql.sparql.v2.acc.state.apiModifier and TypeInterfaceDescriptioninterfaceAccStateTypeProduceEntry<I,E, K, V> Accumulator that produces entries, i.e.Classes in org.aksw.jenax.graphql.sparql.v2.acc.state.api that implement AccStateTypeTransition -
Uses of AccStateTypeTransition in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl
Classes in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl that implement AccStateTypeTransitionModifier and TypeClassDescriptionclassAccStateCondition<I,E, K, V> Transition to a sub-acc state if a condition is met.classAccStateFragmentHead<I,E, K, V> AccState that creates a new object whether a new objectId is encountered.classAccStateLiteralProperty<I,E, K, V> classAccStateMap<I,E, K, V> This mapper only generates the keys - it does not generate the enclosing start/end object tags.classAccStateProperty<I,E, K, V> classAccStatePropertyBase<I,E, K, V> classAccStateTransitionBase<I,E, K, V> Methods in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl that return AccStateTypeTransitionMethods in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl with parameters of type AccStateTypeTransitionModifier and TypeMethodDescriptionstatic <I,E, K, V> AccStateFragmentBody<I, E, K, V> AccStateFragmentBody.of(Map<Object, Integer> stateIdToIndex, AccStateTypeTransition<I, E, K, V>[] edgeAccs) Create a new instance and set it as the parent on all the property accumulatorsstatic <I,E, K, V> AccStateObject<I, E, K, V> AccStateObject.of(boolean isArray, Map<Object, Integer> stateIdToIndex, AccStateTypeTransition<I, E, K, V>[] edgeAccs) Create a new instance and set it as the parent on all the property accumulatorsConstructors in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl with parameters of type AccStateTypeTransitionModifierConstructorDescriptionprotectedAccStateFragmentBody(Map<Object, Integer> fieldIdToIndex, AccStateTypeTransition<I, E, K, V>[] edgeAccs) protectedAccStateObject(Map<Object, Integer> fieldIdToIndex, AccStateTypeTransition<I, E, K, V>[] edgeAccs, boolean isArray) Should not be used directly; use a builder. -
Uses of AccStateTypeTransition in org.aksw.jenax.graphql.sparql.v2.agg.state.impl
Methods in org.aksw.jenax.graphql.sparql.v2.agg.state.impl that return AccStateTypeTransitionModifier and TypeMethodDescriptionAccStateTypeTransition<I,E, K, V>[] AggStateMemberSet.MemberAccs.edgeAccs()Returns the value of theedgeAccsrecord component.AggStateCondition.newAccumulator()AggStateFragmentHead.newAccumulator()Constructors in org.aksw.jenax.graphql.sparql.v2.agg.state.impl with parameters of type AccStateTypeTransitionModifierConstructorDescriptionMemberAccs(Map<Object, Integer> fieldIdToIndex, AccStateTypeTransition<I, E, K, V>[] edgeAccs) Creates an instance of aMemberAccsrecord class.