Uses of Class
de.cau.cs.kieler.sim.kiem.config.data.ScheduleData

Packages that use ScheduleData
de.cau.cs.kieler.sim.kiem.automated.execution This package contains the classes responsible for running the actual execution. 
de.cau.cs.kieler.sim.kiem.automated.ui.ui This package contains the classes for the UI elements. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.kiem.config.managers Managers for holding and managing data in KIEMConfig. 
de.cau.cs.kieler.sim.kiem.config.ui This package contains some helper classes for the KIEMConfig graphical user interface. 
de.cau.cs.kieler.sim.kiem.ui.launching This package contains the KIEM UI launch implementation that refers to the configuration and the view of KIEM. 
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.automated.execution
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated.execution with type arguments of type ScheduleData
protected  List<IterationResult> AutomationManager.doAutomatedExecution(List<ScheduleData> schedules, List<IPath> modelFiles, List<KiemProperty> properties, IProgressMonitor monitorParam, boolean headless)
          Automated execution of a list of predefined schedules.
 void AutomationManager.executeAsync(List<ScheduleData> selected, List<IPath> modelFiles, List<KiemProperty> properties, boolean headless)
           Trigger an execution with a list of schedules, a list of model files and a list of properties.
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.automated.ui.ui
 

Methods in de.cau.cs.kieler.sim.kiem.automated.ui.ui that return types with arguments of type ScheduleData
 List<ScheduleData> SelectImportedDialog.displayDialog()
          Open the dialog, wait for the user selection and return the selected schedules.
 

Constructor parameters in de.cau.cs.kieler.sim.kiem.automated.ui.ui with type arguments of type ScheduleData
SelectImportedDialog(List<ScheduleData> imported, Shell shellParam)
          Create a new dialog.
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data that return ScheduleData
static ScheduleData ScheduleData.fromString(String input)
          Parses a ScheduleData object from an input String that was constructed with the toString() method.
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.config.managers
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return ScheduleData
 ScheduleData ScheduleManager.addSchedule(EditorDefinition editor, IPath location, int priority)
          Create a new schedule.
 ScheduleData ScheduleManager.getScheduleData(String id)
          Try to find the schedule data with the specified id.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return types with arguments of type ScheduleData
 List<ScheduleData> ScheduleManager.getAllSchedules()
          Getter for the list of all schedules.
 List<ScheduleData> ScheduleManager.getImportedSchedules()
          Getter for the list of schedules that were imported through the extension point.
 List<ScheduleData> ScheduleManager.getMatchingSchedules(EditorIdWrapper editorID, String editorName)
          Get the list of all schedules that apply to the current editorID.
 List<ScheduleData> ScheduleManager.getRecentSchedules()
          Get the list of most recently used schedules.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type ScheduleData
 int ScheduleComparator.compare(ScheduleData arg0, ScheduleData arg1)
          
 void ScheduleManager.openSchedule(ScheduleData schedule)
          Load a schedule from the file system into the plugin.
 void ScheduleManager.removeSchedule(ScheduleData schedule)
          Remove a schedule from the list.
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.config.ui
 

Methods in de.cau.cs.kieler.sim.kiem.config.ui that return ScheduleData
 ScheduleData ScheduleSelector.getSelection()
          Getter for the current selection in the combo.
 

Constructors in de.cau.cs.kieler.sim.kiem.config.ui with parameters of type ScheduleData
ExecutionFileMissingDialog(Shell parentShellParam, ScheduleData scheduleParam)
          Creates a new ExecutionFileMissingDialog.
 

Uses of ScheduleData in de.cau.cs.kieler.sim.kiem.ui.launching
 

Methods in de.cau.cs.kieler.sim.kiem.ui.launching that return ScheduleData
 ScheduleData KiemTab.getSelection()
          Getter for the current selection in the table.