Uses of Interface
morfologik.fsa.core.FSA.Arc

Packages that use FSA.Arc
morfologik.fsa.core   
 

Uses of FSA.Arc in morfologik.fsa.core
 

Methods in morfologik.fsa.core that return FSA.Arc
 FSA.Arc FSA.Node.getArcLabelledWith(byte label)
          Returns an arc with a given label, if it exists in this node.
 FSA.Arc FSA.Node.getFirstArc()
          Returns the first outgoing arc of this node.
 FSA.Arc FSA.Node.getNextArc(FSA.Arc arc)
          Returns a subsequent arc of this node, null is returned when no more arcs are available.
 

Methods in morfologik.fsa.core with parameters of type FSA.Arc
 FSA.Arc FSA.Node.getNextArc(FSA.Arc arc)
          Returns a subsequent arc of this node, null is returned when no more arcs are available.