Package ucot.input

Interface Summary
InputInterface Interface for inputs used by UCOT core.
 

Class Summary
DummyInput DummyInput which does absolutely nothing but helps avoiding null values in input variables.
InputCollection Contains input handlers.
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.