Uses of Class
org.apache.lucene.util.fst.FST.Arc

Packages that use FST.Arc
org.apache.lucene.util.fst Finite state transducers 
 

Uses of FST.Arc in org.apache.lucene.util.fst
 

Methods in org.apache.lucene.util.fst that return FST.Arc
 FST.Arc<T> FST.Arc.copyFrom(FST.Arc<T> other)
          Returns this
 FST.Arc<T> FST.findTargetArc(int labelToMatch, FST.Arc<T> follow, FST.Arc<T> arc)
          Finds an arc leaving the incoming arc, replacing the arc in place.
 FST.Arc<T> FST.getFirstArc(FST.Arc<T> arc)
          Fills virtual 'start' arc, ie, an empty incoming arc to the FST's start node
 FST.Arc<T> FST.readFirstTargetArc(FST.Arc<T> follow, FST.Arc<T> arc)
          Follow the follow arc and read the first arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
 FST.Arc<T> FST.readLastTargetArc(FST.Arc<T> follow, FST.Arc<T> arc)
          Follows the follow arc and reads the last arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
 FST.Arc<T> FST.readNextArc(FST.Arc<T> arc)
          In-place read; returns the arc.
 

Methods in org.apache.lucene.util.fst with parameters of type FST.Arc
 FST.Arc<T> FST.Arc.copyFrom(FST.Arc<T> other)
          Returns this
 FST.Arc<T> FST.findTargetArc(int labelToMatch, FST.Arc<T> follow, FST.Arc<T> arc)
          Finds an arc leaving the incoming arc, replacing the arc in place.
 FST.Arc<T> FST.findTargetArc(int labelToMatch, FST.Arc<T> follow, FST.Arc<T> arc)
          Finds an arc leaving the incoming arc, replacing the arc in place.
 FST.Arc<T> FST.getFirstArc(FST.Arc<T> arc)
          Fills virtual 'start' arc, ie, an empty incoming arc to the FST's start node
 FST.Arc<T> FST.readFirstTargetArc(FST.Arc<T> follow, FST.Arc<T> arc)
          Follow the follow arc and read the first arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
 FST.Arc<T> FST.readFirstTargetArc(FST.Arc<T> follow, FST.Arc<T> arc)
          Follow the follow arc and read the first arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
 FST.Arc<T> FST.readLastTargetArc(FST.Arc<T> follow, FST.Arc<T> arc)
          Follows the follow arc and reads the last arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
 FST.Arc<T> FST.readLastTargetArc(FST.Arc<T> follow, FST.Arc<T> arc)
          Follows the follow arc and reads the last arc of its target; this changes the provided arc (2nd arg) in-place and returns it.
 FST.Arc<T> FST.readNextArc(FST.Arc<T> arc)
          In-place read; returns the arc.
 int FST.readNextArcLabel(FST.Arc<T> arc)
          Peeks at next arc's label; does not alter arc.
 boolean FST.targetHasArcs(FST.Arc<T> arc)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.