A B C D E F G H I L M N O P R S T U V W

C

CANCELLABLE - Static variable in interface org.cishell.framework.algorithm.ProgressMonitor
Capability constant specifying that this algorithm can be cancelled (value is 1<<2)
cancelled() - Method in interface org.cishell.service.guibuilder.SelectionListener
Notification that the user cancelled the operation
CIShellContext - Interface in org.cishell.framework
The context by which algorithms in the framework can gain access to standard CIShell services.
clearSchedule() - Method in interface org.cishell.app.service.scheduler.SchedulerService
Clears all currently scheduled Algorithms to be run.
close() - Method in interface org.cishell.service.guibuilder.GUI
Closes the GUI
CONVERSION - Static variable in interface org.cishell.framework.algorithm.AlgorithmProperty
 
ConversionException - Exception in org.cishell.service.conversion
An exception which is thrown when an error occurs in the process of data conversion
ConversionException(Exception) - Constructor for exception org.cishell.service.conversion.ConversionException
 
ConversionException(String) - Constructor for exception org.cishell.service.conversion.ConversionException
 
convert(Data) - Method in interface org.cishell.service.conversion.Converter
Uses this Converter to convert the given Data object to a new format.
convert(Data, String) - Method in interface org.cishell.service.conversion.DataConversionService
Tries to convert a given Data object to the specified output format
Converter - Interface in org.cishell.service.conversion
A class for converting Data objects
createAlgorithm(Data[], Dictionary, CIShellContext) - Method in interface org.cishell.framework.algorithm.AlgorithmFactory
Creates an Algorithm to be executed
createGUI(String, MetaTypeProvider) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Creates a GUI for user interaction
createGUIandWait(String, MetaTypeProvider) - Method in interface org.cishell.service.guibuilder.GUIBuilderService
Creates a GUI, gets data from the user, and returns what they entered.

A B C D E F G H I L M N O P R S T U V W