Package ucot.input

Interface Summary
InputInterface Interface for inputs used by UCOT core.
 

Class Summary
InputCollection Contains input handlers (core.input.InputInterface).
ProcessMlInputAdapter This InputInterface reads ProcessMl-files and parses usecases from them.
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.
UseCase UseCase class.
UseCaseCollection Collection of usecases.
UseCaseStep UseCase step class.