|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FSA.Node
A node of the FSA. The operations of this interface should be implemented by all version-specific implementations.
Method Summary | |
---|---|
FSA.Arc |
getArcLabelledWith(byte label)
Returns an arc with a given label, if it exists in this node. |
FSA.Arc |
getFirstArc()
Returns the first outgoing arc of this node. |
FSA.Arc |
getNextArc(FSA.Arc arc)
Returns a subsequent arc of this node, null is returned when
no more arcs are available. |
Method Detail |
---|
FSA.Arc getFirstArc()
FSA.Arc getNextArc(FSA.Arc arc)
null
is returned when
no more arcs are available.
FSA.Arc getArcLabelledWith(byte label)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |