Uses of Class
org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateBase
Packages that use AccStateBase
Package
Description
-
Uses of AccStateBase in org.aksw.jenax.graphql.sparql.v2.acc.state.api
Subclasses of AccStateBase in org.aksw.jenax.graphql.sparql.v2.acc.state.apiModifier and TypeClassDescriptionclassAccStateMemberSet<I,E, K, V> Common base class for accumulators of Objects and Fragments.classAccStateTypeProduceEntryBase<I,E, K, V> -
Uses of AccStateBase in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl
Subclasses of AccStateBase in org.aksw.jenax.graphql.sparql.v2.acc.state.api.implModifier and TypeClassDescriptionclassAccStateArray<I,E, K, V> classAccStateArrayInit<I,E, K, V> AccState for yielding a sequence of items without enclosing them in an array; because the array would be a single object-notation entity on its own.classAccStateCondition<I,E, K, V> Transition to a sub-acc state if a condition is met.classAccStateFragmentBody<I,E, K, V> AccState that creates a new object whether a new objectId is encountered.classAccStateFragmentHead<I,E, K, V> AccState that creates a new object whether a new objectId is encountered.classAccStateInit<I,E, K, V> An acc state that merely transitions to the root state.classAccStateLiteral<I,E, K, V> AccStateLiteral: Extracts a value from the input and forwards it to the writer.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.classAccStateObject<I,E, K, V> AccState that creates a new object whether a new objectId is encountered.classAccStateProperty<I,E, K, V> classAccStatePropertyBase<I,E, K, V> classAccStateTransitionBase<I,E, K, V>