Class AccStateMemberSet<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.AccStateMemberSet<I,E,K,V>
- All Implemented Interfaces:
AccState<I,,E> AccStateGon<I,E, K, V>
- Direct Known Subclasses:
AccStateFragmentBody,AccStateObject
Common base class for accumulators of Objects and Fragments.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccStateGon<I,E, K, V> protected intprotected AccStateGon<I,E, K, V>[] Fields inherited from class org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateBase
context, currentInput, currentSourceNode, hasBegun, oldSourceNode, parent, parentInput, skipOutput, stateId -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAccStateMemberSet(Map<Object, Integer> stateIdToIndex, AccStateGon<I, E, K, V>[] edgeAccs) -
Method Summary
Methods inherited from class org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateBase
begin, beginActual, end, endActual, ensureBegun, getParent, getStateId, hasBegun, setContext, setContextOnChildren, setParent, transitionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateGon
getGonType, getRoot
-
Field Details
-
stateIdToIndex
-
edgeAccs
-
currentFieldIndex
protected int currentFieldIndex -
currentFieldAcc
-
-
Constructor Details
-
AccStateMemberSet
-
-
Method Details
-
children
Description copied from interface:AccStateSub-accumulators must be enumerated in the correct order. -
transitionActual
public AccStateGon<I,E, transitionActualK, V> (Object inputStateId, I input, E env) throws IOException - Specified by:
transitionActualin classAccStateBase<I,E, K, V> - Throws:
IOException
-