Uses of Interface
org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccState
Packages that use AccState
Package
Description
-
Uses of AccState in org.aksw.jenax.graphql.sparql.v2.acc.state.api
Subinterfaces of AccState in org.aksw.jenax.graphql.sparql.v2.acc.state.apiModifier and TypeInterfaceDescriptioninterfaceAccStateGon<I,E, K, V> AccState for producing generalized object notation (gon) structures.interfaceAccStateTypeNonObject<I,E, K, V> Type for accumulators that accept values (arrays as items or fields as values).interfaceAccStateTypeProduceEntry<I,E, K, V> Accumulator that produces entries, i.e.interfaceAccStateTypeProduceNode<I,E, K, V> AccState that PRODUCES literals, objects or arrays - but not entries.interfaceAccStateTypeProduceObject<I,E, K, V> Accumulator that produces objects.interfaceAccStateTypeTransition<I,E, K, V> Classes in org.aksw.jenax.graphql.sparql.v2.acc.state.api that implement AccStateModifier and TypeClassDescriptionclassAccStateBase<I,E, K, V> Base class for acc states that produce GON output.classAccStateMemberSet<I,E, K, V> Common base class for accumulators of Objects and Fragments.classAccStateTypeProduceEntryBase<I,E, K, V> Methods in org.aksw.jenax.graphql.sparql.v2.acc.state.api that return AccStateModifier and TypeMethodDescriptionAccState.getParent()AccState.getRoot()AccState.transition(Object inputStateId, I binding, E env) Methods in org.aksw.jenax.graphql.sparql.v2.acc.state.api that return types with arguments of type AccState -
Uses of AccState 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 AccStateModifier and TypeClassDescriptionclassAccStateArrayInit<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> Methods in org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl that return AccState