Uses of Package
ucot.parser

Packages that use ucot.parser
ucot.core ControlInterface and Core class, these control the program flow. 
ucot.heuristic Heuristic interface and related classes. 
ucot.input Classes related to reading usecases from a file. 
ucot.parser Classes related to parsing read usecases. 
ucot.ui.gui.dialog Dialogs used by the gui. 
ucot.ui.gui.tree.usecasetree Classes related to tree that displays loaded usecases. 
 

Classes in ucot.parser used by ucot.core
ParserInterface
          Interface for parsers within this program.
 

Classes in ucot.parser used by ucot.heuristic
ParsedData
          Parsed data is returned by parser.
 

Classes in ucot.parser used by ucot.input
ParserInterface
          Interface for parsers within this program.
 

Classes in ucot.parser used by ucot.parser
Link
          Named link that points to some word.
ParsedData
          Parsed data is returned by parser.
ParserInterface
          Interface for parsers within this program.
Sentence
          Contains information and words of one sentence.
Word
          "Word" of a sentence.
 

Classes in ucot.parser used by ucot.ui.gui.dialog
ParserInterface
          Interface for parsers within this program.
 

Classes in ucot.parser used by ucot.ui.gui.tree.usecasetree
ParserInterface
          Interface for parsers within this program.