Package audiojury.action

Contains classes that provide the high level interface to manage AudioJury projects and tests.

See:
          Description

Class Summary
ConfigManager Wrapper for the ConfigPlugin.
ProjectBuilder Does simple operations on a dynamic Project.
ProjectManager Manages a collection of Projects.
ProjectRunner Coordinates the actions when a Project is run by a test subject.
ResultManager Wrapper for the ResultPlugin.
TestBuilder Does operations on a Test.
TestManager Manages a collection of Tests within a Project.
 

Package audiojury.action Description

Contains classes that provide the high level interface to manage AudioJury projects and tests.

This package corresponds to the Action layer of the system. For more details about layers see Modules and layers chapter of the Architecture document.

It represents all functions of Audio Jury. Classes at this package provide service to the GUI layer. They operate on Project and Test objects, but don't deal with a physical representation of these objects, which is a function of classes at audiojury.proxy package.