Uses of Interface
org.apache.pinot.segment.local.utils.nativefst.StateVisitor
-
Packages that use StateVisitor Package Description org.apache.pinot.segment.local.utils.nativefst -
-
Uses of StateVisitor in org.apache.pinot.segment.local.utils.nativefst
Methods in org.apache.pinot.segment.local.utils.nativefst with type parameters of type StateVisitor Modifier and Type Method Description <T extends StateVisitor>
TFST. visitInPostOrder(T v)Same asFST.visitInPostOrder(StateVisitor, int), starting from root automaton node.<T extends StateVisitor>
TFST. visitInPostOrder(T v, int node)Visits all states reachable fromnodein postorder.<T extends StateVisitor>
TFST. visitInPreOrder(T v)Same asFST.visitInPreOrder(StateVisitor, int), starting from root automaton node.<T extends StateVisitor>
TFST. visitInPreOrder(T v, int node)Visits all states in preorder.
-