Interface AccStateTypeProduceEntry<I,E,K,V>
- All Superinterfaces:
AccState<I,,E> AccStateGon<I,,E, K, V> AccStateTypeTransition<I,E, K, V>
- All Known Implementing Classes:
AccStateFragmentHead,AccStateLiteralProperty,AccStateMap,AccStateProperty,AccStatePropertyBase,AccStateTransitionBase,AccStateTypeProduceEntryBase
Accumulator that produces entries, i.e. (key, value) pairs.
The keys emitted by an AccStateTypeEntry can be dynamic - both in value and amount.
From the perspective of an ObjectNotation writer, this method invokes the
".name(key)" method.
-
Method Summary
Methods inherited from interface org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccState
begin, end, getStateId, hasBegunMethods inherited from interface org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateGon
children, getParent, getRoot, setContext, setParent, transition
-
Method Details
-
getGonType
Description copied from interface:AccStateGonThe GON type which this accumulator produces.- Specified by:
getGonTypein interfaceAccStateGon<I,E, K, V>
-
getMatchStateId
Object getMatchStateId()- Specified by:
getMatchStateIdin interfaceAccStateTypeTransition<I,E, K, V>
-