Uses of Interface
ucot.ModulePropertyInterface

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

Uses of ModulePropertyInterface in ucot
 

Classes in ucot that implement ModulePropertyInterface
 class ModuleProperties
           
 

Uses of ModulePropertyInterface in ucot.core
 

Subinterfaces of ModulePropertyInterface in ucot.core
 interface ControlInterface
          This interface controls the basics of the UCOT-program (starting, parsing, shuting down etc).
 

Classes in ucot.core that implement ModulePropertyInterface
 class Core
          This is the implementation of core of the program, the controller of the program.
 

Uses of ModulePropertyInterface in ucot.heuristic
 

Subinterfaces of ModulePropertyInterface in ucot.heuristic
 interface HeuristicInterface
          Interface for all heuristics used by UCOT.
 

Classes in ucot.heuristic that implement ModulePropertyInterface
 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 ModulePropertyInterface in ucot.input
 

Subinterfaces of ModulePropertyInterface in ucot.input
 interface InputInterface
          Interface for inputs used by UCOT core.
 

Classes in ucot.input that implement ModulePropertyInterface
 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 ModulePropertyInterface in ucot.output
 

Subinterfaces of ModulePropertyInterface in ucot.output
 interface OutputInterface
          Interface for outputs used by UCOT.
 

Classes in ucot.output that implement ModulePropertyInterface
 class GXLOutput
           
 

Uses of ModulePropertyInterface in ucot.parser
 

Subinterfaces of ModulePropertyInterface in ucot.parser
 interface ParserInterface
          Interface for parsers within this program.
 

Classes in ucot.parser that implement ModulePropertyInterface
 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 ModulePropertyInterface in ucot.ui
 

Subinterfaces of ModulePropertyInterface in ucot.ui
 interface UIInterface
          Interface for the UI.
 

Classes in ucot.ui that implement ModulePropertyInterface
 class DummyUI
          DummyUI which does absolutely nothing but helps avoiding null values in UI variables.
 

Uses of ModulePropertyInterface in ucot.ui.gui
 

Classes in ucot.ui.gui that implement ModulePropertyInterface
 class GraphicalUI
          Simple graphical user interface for UCOT core which uses dot (in DotPanel) to draw graphics.