Class AccStateArrayInit<I,E,K,V>

java.lang.Object
org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateBase<I,E,K,V>
org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl.AccStateArrayInit<I,E,K,V>
All Implemented Interfaces:
AccState<I,E>, AccStateGon<I,E,K,V>, AccStateTypeNonObject<I,E,K,V>

public class AccStateArrayInit<I,E,K,V> extends AccStateBase<I,E,K,V> implements AccStateTypeNonObject<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. This is needed for streaming the individual items of a multi-valued top-level field.