Uses of Class
ucot.ModuleProperties

Packages that use ModuleProperties
ucot.core Core package 
ucot.heuristic   
ucot.input   
ucot.output   
ucot.parser   
ucot.ui   
 

Uses of ModuleProperties in ucot.core
 

Subclasses of ModuleProperties in ucot.core
 class Core
          This is the implementation of core of the program, the controller of the program.
 

Uses of ModuleProperties in ucot.heuristic
 

Subclasses of ModuleProperties in ucot.heuristic
 class AbbottsHeuristic
          Abbott's Heuristic is a way to etsimate which parts of the speech are relevant and in which way when doing object analyze.
 class DummyHeuristic
          DummyHeuristic which does absolutely nothing but helps avoiding null values in heuristic variables.
 

Uses of ModuleProperties in ucot.input
 

Subclasses of ModuleProperties in ucot.input
 class DummyInput
          DummyInput which does absolutely nothing but helps avoiding null values in input variables.
 class ProcessMlInputAdapter
          This InputInterface reads ProcessMl-files and parses usecases from them.
 class SimpleInputAdapter
          Reads usecases that are stored in this format: [name] Name of the usecase is here [id] Id of the usecase (must be unique within file, it is discarded after loading) [steps] Steps separated with linebreak.
 

Uses of ModuleProperties in ucot.output
 

Subclasses of ModuleProperties in ucot.output
 class GXLOutput
           
 

Uses of ModuleProperties in ucot.parser
 

Subclasses of ModuleProperties in ucot.parser
 class DummyParser
          DummyParser which does absolutely nothing but helps avoiding null values in parser variables.
 class SimpleInputParser
           
 class StanfordAdapter
          Parser that uses Stanford parser to parse te sentence.
 

Uses of ModuleProperties in ucot.ui
 

Subclasses of ModuleProperties in ucot.ui
 class DummyUI
          DummyUI which does absolutely nothing but helps avoiding null values in UI variables.