Uses of Interface
ucot.ModulePropertyInterface

Packages that use ModulePropertyInterface
ucot UCOT package, contains general classes for all modules. 
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. 
ucot.ui.gui Graphical userInterface and classes related to it. 
 

Uses of ModulePropertyInterface in ucot
 

Classes in ucot that implement ModulePropertyInterface
 class ModuleProperties
          This class implements abstracts methods for handling, saving and loading of module's properties.
 

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, shutting down etc).
 

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

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

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 DummyOutput
          Dummy Output that does nothing
 class GXLOutput
          GXL output adapter
 

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

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 program which uses dot (in DotPanel) to draw graphics.