Class AccStateTransitionBase<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>
- All Implemented Interfaces:
AccState<I,,E> AccStateGon<I,,E, K, V> AccStateTypeProduceEntry<I,,E, K, V> AccStateTypeTransition<I,E, K, V>
- Direct Known Subclasses:
AccStatePropertyBase
public abstract class AccStateTransitionBase<I,E,K,V>
extends AccStateBase<I,E,K,V>
implements AccStateTypeProduceEntry<I,E,K,V>
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.graphql.sparql.v2.acc.state.api.AccStateBase
context, currentInput, currentSourceNode, hasBegun, oldSourceNode, parent, parentInput, skipOutput, stateId -
Constructor Summary
Constructors -
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, 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
-
matchStateId
-
-
Constructor Details
-
AccStateTransitionBase
-
-
Method Details
-
getMatchStateId
- Specified by:
getMatchStateIdin interfaceAccStateTypeProduceEntry<I,E, K, V> - Specified by:
getMatchStateIdin interfaceAccStateTypeTransition<I,E, K, V>
-