HEADER

Uses of Class
com.developmentontheedge.jobcontrol.FunctionJobControl

Packages that use FunctionJobControl
biouml.model.util 
biouml.plugins.simulation 
com.developmentontheedge.application 
ru.biosoft.access 

Uses of FunctionJobControl in biouml.model.util
 

Methods in biouml.model.util with parameters of type FunctionJobControl
static voidModulePackager.exportModule(Module module, String moduleName, String moduleVersion, String moduleDescription, String filename, FunctionJobControl jobControl, Set excludedNames)
          Export the specified module into distributive file.
 

Uses of FunctionJobControl in biouml.plugins.simulation
 

Subclasses of FunctionJobControl in biouml.plugins.simulation
class SimulatorJobControl
          
 

Uses of FunctionJobControl in com.developmentontheedge.application
 

Methods in com.developmentontheedge.application that return FunctionJobControl
static FunctionJobControlApplicationUtils.createFunctionJobControl(Category cat)
          
 

Methods in com.developmentontheedge.application with parameters of type FunctionJobControl
static voidApplicationUtils.copyFile(File dst, File src, FunctionJobControl jc)
          
 

Uses of FunctionJobControl in ru.biosoft.access
 

Constructors in ru.biosoft.access with parameters of type FunctionJobControl
FilteredDataCollection.FilteredDataCollection(DataCollection parent, String name, DataCollection primaryCollection, Filter filter, FunctionJobControl jobControl, Properties properties)
          Creates FilteredDataCollection with the specified parent, name, primary data collection and filter.
 

Methods in ru.biosoft.access that return FunctionJobControl
FunctionJobControlCreateDataCollectionController.getJobControl()
          Returns job control for process of collection creating.
FunctionJobControlCreateDataCollectionDefaultController.getJobControl()
          
 

Methods in ru.biosoft.access with parameters of type FunctionJobControl
static voidCollectionFactory.copyDataCollection(DataCollection source, DataCollection dest, FunctionJobControl jc, String successMessage)
          
static voidCollectionFactory.copyFile(File dst, File src, FunctionJobControl jc)
          
static voidCollectionFactory.copyFiles(File dir, File[] files, boolean copy, FunctionJobControl jc)
          Copy or move files to the specified directory.
voidCreateDataCollectionController.setJobControl(FunctionJobControl jc)
          Set job control for process of collection creating.
voidCreateDataCollectionDefaultController.setJobControl(FunctionJobControl jc)
          
 


FOOTER

BOTTOM