Class AccStatePropertyBase<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.AccStateTransitionBase<I,E,K,V>
org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl.AccStatePropertyBase<I,E,K,V>
- All Implemented Interfaces:
AccState<I,,E> AccStateGon<I,,E, K, V> AccStateTypeProduceEntry<I,,E, K, V> AccStateTypeTransition<I,E, K, V>
- Direct Known Subclasses:
AccStateLiteralProperty,AccStateProperty
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl.AccStateTransitionBase
matchStateIdFields inherited from class org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateBase
context, currentInput, currentSourceNode, hasBegun, oldSourceNode, parent, parentInput, skipOutput, stateId -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAccStatePropertyBase(Object matchStateId, K memberKey, boolean isSingle) -
Method Summary
Methods inherited from class org.aksw.jenax.graphql.sparql.v2.acc.state.api.impl.AccStateTransitionBase
getMatchStateIdMethods inherited from class org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateBase
begin, beginActual, end, endActual, ensureBegun, getParent, getStateId, hasBegun, setContext, setContextOnChildren, setParent, transition, transitionActualMethods 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.AccState
begin, end, getStateId, hasBegunMethods inherited from interface org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateGon
children, getParent, getRoot, setContext, setParent, transitionMethods inherited from interface org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateTypeProduceEntry
getGonType
-
Field Details
-
memberKey
The member key being aggregated -
isSingle
protected boolean isSingle
-
-
Constructor Details
-
AccStatePropertyBase
-
-
Method Details
-
getMemberKey
-
isSingle
public boolean isSingle()
-