All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.LabelSeparator

java.lang.Object
   |
   +----javaParse.LabelSeparator

public class LabelSeparator
extends Object
This class takes care of breaking up the labels thatcontain mutiple letters in an FSA


Constructor Index

 o LabelSeparator(FSA)

Method Index

 o breakupMultipleLabels()
Break up multiple letter labels into several states linked with single letter labels.
 o checkMultiLetterLabels()
Returns whether any of the transitions have more than 1 letter.

Constructors

 o LabelSeparator
 public LabelSeparator(FSA target)

Methods

 o checkMultiLetterLabels
 public boolean checkMultiLetterLabels()
Returns whether any of the transitions have more than 1 letter. Works only on FSA's.

 o breakupMultipleLabels
 public void breakupMultipleLabels()
Break up multiple letter labels into several states linked with single letter labels. works only on FSA's.


All Packages  Class Hierarchy  This Package  Previous  Next  Index