Uses of Interface
org.apache.iotdb.commons.path.fa.IPatternFA
-
-
Uses of IPatternFA in org.apache.iotdb.commons.path.fa
Methods in org.apache.iotdb.commons.path.fa that return IPatternFA Modifier and Type Method Description IPatternFAIPatternFA.Builder. buildDFA()IPatternFAIPatternFA.Builder. buildNFA()IPatternFAFAFactory. constructDFA(IPatternFA.Builder builder)IPatternFAFAFactory. constructNFA(IPatternFA.Builder builder) -
Uses of IPatternFA in org.apache.iotdb.commons.path.fa.dfa
Classes in org.apache.iotdb.commons.path.fa.dfa that implement IPatternFA Modifier and Type Class Description classPatternDFA -
Uses of IPatternFA in org.apache.iotdb.commons.path.fa.match
Constructors in org.apache.iotdb.commons.path.fa.match with parameters of type IPatternFA Constructor Description StateMultiMatchInfo(IPatternFA patternFA)StateMultiMatchInfo(IPatternFA patternFA, IFAState matchedState, java.util.Iterator<IFATransition> sourceTransitionIterator)StateSingleMatchInfo(IPatternFA patternFA, IFAState matchedState) -
Uses of IPatternFA in org.apache.iotdb.commons.path.fa.nfa
Classes in org.apache.iotdb.commons.path.fa.nfa that implement IPatternFA Modifier and Type Class Description classSimpleNFAGiven path pattern root.sg.*.s, the SimpleNFA is: -
Uses of IPatternFA in org.apache.iotdb.commons.schema.tree
Fields in org.apache.iotdb.commons.schema.tree declared as IPatternFA Modifier and Type Field Description protected IPatternFAAbstractTreeVisitor. patternFA
-