Uses of Class
ucot.ModuleProperties

Packages that use ModuleProperties
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.output Classes related to outputting (e.g. saving to a file) AnalyzeModel. 
ucot.parser Classes related to parsing read usecases. 
ucot.ui Userinterface. 
 

Uses of ModuleProperties in ucot.core
 

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

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
           Input adapter for the simple input format.
 

Uses of ModuleProperties in ucot.output
 

Subclasses of ModuleProperties in ucot.output
 class GXLOutput
          GXL output adapter
 

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 SimpleParser
          Simple parser.
 

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.