Uses of Class
de.cau.cs.kieler.sim.kiem.properties.KiemProperty

Packages that use KiemProperty
de.cau.cs.kieler.kaom.sim.ptolemy   
de.cau.cs.kieler.kev.extension.dataobserver The DataobserverPackage contains examples for the comunication between KEV-Plugin and KIEM-Execution-Manager. 
de.cau.cs.kieler.kies.transformation Contains code responsible for executing a esterel to synccharts transformation. 
de.cau.cs.kieler.kvid.dataprovider Package holding classes responsible for receiving data. 
de.cau.cs.kieler.sim.kiem.automated This package contains the basic activator class. 
de.cau.cs.kieler.sim.kiem.automated.data This package contains the data storing classes of the KiemAuto. 
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.internal This package contains internal classes of KIEM. 
de.cau.cs.kieler.sim.kiem.properties This package contains the base classes for the KiemProperties and its types as well as a wrapper class for DataComponents. 
de.cau.cs.kieler.sim.kiem.ui.datacomponent   
de.cau.cs.kieler.sim.kivi   
de.cau.cs.kieler.sim.trace   
de.cau.cs.kieler.sim.validator   
de.cau.cs.kieler.sj.test   
de.cau.cs.kieler.synccharts.sim.ptolemy   
de.cau.cs.kieler.synccharts.sim.sc Package to simulate the generated SC-Code of package de.cau.cs.kieler.synccharts.codegen.sc by using the KIEM plugin. 
de.cau.cs.kieler.uml2.sim.kiem   
 

Uses of KiemProperty in de.cau.cs.kieler.kaom.sim.ptolemy
 

Methods in de.cau.cs.kieler.kaom.sim.ptolemy that return KiemProperty
 KiemProperty[] KaomSimDataComponent.provideProperties()
           
 

Methods in de.cau.cs.kieler.kaom.sim.ptolemy with parameters of type KiemProperty
 void KaomSimDataComponent.checkProperties(KiemProperty[] properties)
           
 

Uses of KiemProperty in de.cau.cs.kieler.kev.extension.dataobserver
 

Methods in de.cau.cs.kieler.kev.extension.dataobserver that return KiemProperty
 KiemProperty[] Backhoe.provideProperties()
           
 

Uses of KiemProperty in de.cau.cs.kieler.kies.transformation
 

Methods in de.cau.cs.kieler.kies.transformation that return KiemProperty
 KiemProperty[] EsterelToSyncChartDataComponent.provideProperties()
          Provide properties for this component.
 KiemProperty[] SyncChartsOptimizationDataComponent.provideProperties()
          Provide properties for this component.
 

Uses of KiemProperty in de.cau.cs.kieler.kvid.dataprovider
 

Methods in de.cau.cs.kieler.kvid.dataprovider that return KiemProperty
 KiemProperty[] KiemCsvDataProvider.provideProperties()
          Provide properties for this component.
 

Uses of KiemProperty in de.cau.cs.kieler.sim.kiem.automated
 

Methods in de.cau.cs.kieler.sim.kiem.automated that return types with arguments of type KiemProperty
 List<KiemProperty> AbstractAutomatedProducer.produceInformation()
          The default implementation produces no information.
 List<KiemProperty> IAutomatedProducer.produceInformation()
          Notifies the DataComponent that the schedule has finished and asks it to provide some information for evaluation.
 List<KiemProperty> AbstractAutomatedProducer.produceModelFileInformation()
          The default implementation produces no information.
 List<KiemProperty> IAutomatedProducer.produceModelFileInformation()
          Notifies the DataComponent that the model file has finished and asks it to provide some information for evaluation.
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated with type arguments of type KiemProperty
 void AbstractAutomatedComponent.setParameters(List<KiemProperty> properties)
          The default implementation only retrieves the model file and the current iteration index.
 void IAutomatedComponent.setParameters(List<KiemProperty> properties)
          Give the component information.
 

Uses of KiemProperty in de.cau.cs.kieler.sim.kiem.automated.data
 

Methods in de.cau.cs.kieler.sim.kiem.automated.data that return types with arguments of type KiemProperty
 List<KiemProperty> AbstractResult.getResults()
          Getter for the list of results.
 List<KiemProperty> AutoTestComponent.produceInformation()
          The default implementation produces no information.
 

Methods in de.cau.cs.kieler.sim.kiem.automated.data with parameters of type KiemProperty
 void AbstractResult.addResult(KiemProperty result)
          Add a new result.
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated.data with type arguments of type KiemProperty
 void AutoTestComponent.setParameters(List<KiemProperty> properties)
          The default implementation only retrieves the model file and the current iteration index.
 void AbstractResult.setResults(List<KiemProperty> resultsParam)
          Set the list of results.
 

Uses of KiemProperty 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 KiemProperty
protected  List<IterationResult> AutomationManager.doAutomatedExecution(IPath[] executionFiles, List<IPath> modelFiles, List<KiemProperty> properties, IProgressMonitor monitorParam, boolean headless)
          Automated execution of a list of predefined schedules.
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(IPath[] executionFiles, List<IPath> modelFiles, List<KiemProperty> properties, boolean headless)
           Trigger an execution with a list of execution files, a list of model files and a list of properties.
 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.
 

Constructor parameters in de.cau.cs.kieler.sim.kiem.automated.execution with type arguments of type KiemProperty
AutomationJob(IPath[] executionFilesParam, List<IPath> modelFilesParam, List<KiemProperty> propertiesParam, boolean headlessParam)
          Creates a new AutomationJob.
 

Uses of KiemProperty 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 KiemProperty
 List<KiemProperty> AutomatedExecutionWizard.getProperties()
          Getter for the properties.
 List<KiemProperty> PropertySettingPage.getProperties()
          Getter for the properties.
 

Constructor parameters in de.cau.cs.kieler.sim.kiem.automated.ui.ui with type arguments of type KiemProperty
PropertySettingPage(List<KiemProperty> selection)
          Creates a new PropertySettingPage with an initial setup.
 

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

Methods in de.cau.cs.kieler.sim.kiem.config.data that return KiemProperty
 KiemProperty ConfigDataComponent.findProperty(KiemPropertyKeyWrapper key)
          Try to find the property in this configuration.
static KiemProperty Tools.getKiemProperty(String input)
          Convenience method for parsing a property key and value and constructing a KiemProperty from it.
static KiemProperty[] Tools.listToKiemPropertyArray(List<KiemProperty> list)
          Convert a list to a KiemProperty array.
 KiemProperty[] ConfigDataComponent.provideProperties()
          Provide properties for this component.
 KiemProperty ConfigDataComponent.updateProperty(KiemPropertyKeyWrapper key, String value)
          Update the property with a new value.
 

Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type KiemProperty
static String Tools.putProperty(KiemProperty prop)
          Convenience method for creating the string for a property.
 

Method parameters in de.cau.cs.kieler.sim.kiem.config.data with type arguments of type KiemProperty
static KiemProperty[] Tools.listToKiemPropertyArray(List<KiemProperty> list)
          Convert a list to a KiemProperty array.
 

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

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return KiemProperty
 KiemProperty[] ConfigurationManager.getExternalDefaultProperties()
          Get all default properties that were created by the user.
 KiemProperty[] ConfigurationManager.getInternalDefaultProperties()
          Get all default properties that are used by the KIEM itself and that can be changed through more convenient means than a table.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type KiemProperty
 void ConfigurationManager.addProperty(KiemProperty prop)
          Add a new property to the default configuration.
 

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

Methods in de.cau.cs.kieler.sim.kiem.config.ui that return KiemProperty
 KiemProperty NewPropertyDialog.open()
          Open the dialog and return a specific object.
 

Uses of KiemProperty in de.cau.cs.kieler.sim.kiem.internal
 

Methods in de.cau.cs.kieler.sim.kiem.internal that return KiemProperty
 KiemProperty[] AbstractDataComponent.getProperties()
          Returns the properties associated with this component.
 KiemProperty[] DataComponentWrapper.getProperties()
          Gets the KiemProperties of this DataComponent.
 KiemProperty[] AbstractDataComponent.provideProperties()
          Provide properties for this component.
 

Methods in de.cau.cs.kieler.sim.kiem.internal with parameters of type KiemProperty
 void AbstractDataComponent.checkProperties(KiemProperty[] propertiesParam)
          This method is intended to check if the properties are set correctly.
 void DataComponentWrapper.checkProperties(KiemProperty[] propertiesParam)
          Let the DataComponent check its properties.
 void AbstractDataComponent.setProperties(KiemProperty[] propertiesParam)
          Sets the properties.
 void DataComponentWrapper.setProperties(KiemProperty[] propertiesParam)
          Sets the properties for the DataComponent and this DataComponentWrapper instance.
 

Uses of KiemProperty in de.cau.cs.kieler.sim.kiem.properties
 

Methods in de.cau.cs.kieler.sim.kiem.properties with parameters of type KiemProperty
 Object IKiemPropertyType.getValue(KiemProperty property)
          Gets the value of the property type.
 Object KiemPropertyTypeBool.getValue(KiemProperty property)
          This method bridges boolean values (encoded as Strings in property) to int of the combobox cell editor.
 Object KiemPropertyTypeChoice.getValue(KiemProperty property)
          This method bridges String names values (encoded as Strings in property) to int of the combobox cell editor.
 Object KiemPropertyTypeEditor.getValue(KiemProperty property)
          This method bridges String names values (encoded as Strings in property) to int of the combobox cell editor.
 Object KiemPropertyTypeFile.getValue(KiemProperty property)
          This method bridges String file location values (encoded as Strings in property) and the String displayed in the String cell editor.
 Object KiemPropertyTypeInt.getValue(KiemProperty property)
          This method bridges integer values (encoded as Strings in property) to Strings of the string cell editor.
 Object KiemPropertyTypeString.getValue(KiemProperty property)
          This method does not bridge anything because the string cell editor handles Strings directly.
 Object KiemPropertyTypeWorkspaceFile.getValue(KiemProperty property)
          This method bridges String file location values (encoded as Strings in property) and the String displayed in the String cell editor.
static boolean KiemPropertyTypeBool.getValueAsBoolean(KiemProperty property)
          Gets the value as a boolean.
 org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor KiemPropertyTypeEditor.getValueAsDiagramEditor(KiemProperty property)
          Gets the DiagramEditor selected in the KiemProperty.
static int KiemPropertyTypeInt.getValueAsInt(KiemProperty property)
          Gets the value as int.
static IPath KiemPropertyTypeFile.getValueAsIPath(KiemProperty property)
          Gets the value as file.
static IPath KiemPropertyTypeWorkspaceFile.getValueAsIPath(KiemProperty property)
          Gets the value as file.
static void KiemPropertyTypeBool.setValue(KiemProperty property, boolean value)
          Gets the value as a boolean.
static void KiemPropertyTypeInt.setValue(KiemProperty property, int value)
          Sets the value.
 void IKiemPropertyType.setValue(KiemProperty property, Object value)
          Sets the value of the property type.
 void KiemPropertyTypeBool.setValue(KiemProperty property, Object value)
          This method bridges boolean values (encoded as Strings in property) to int of the combobox cell editor.
 void KiemPropertyTypeChoice.setValue(KiemProperty element, Object value)
          This method bridges String names values (encoded as Strings in property) to int of the combobox cell editor.
 void KiemPropertyTypeEditor.setValue(KiemProperty property, Object value)
          This method bridges String names values (encoded as Strings in property) to int of the combobox cell editor.
 void KiemPropertyTypeFile.setValue(KiemProperty property, Object value)
          This method bridges String file location values (encoded as Strings in property) and the String displayed in the String cell editor.
 void KiemPropertyTypeInt.setValue(KiemProperty property, Object value)
          This method bridges integer values (encoded as Strings in property) to Strings of the string cell editor.
 void KiemPropertyTypeString.setValue(KiemProperty property, Object value)
          This method does not bridge anything because the string cell editor handles Strings directly.
 void KiemPropertyTypeWorkspaceFile.setValue(KiemProperty property, Object value)
          This method bridges String file location values (encoded as Strings in property) and the String displayed in the String cell editor.
 

Uses of KiemProperty in de.cau.cs.kieler.sim.kiem.ui.datacomponent
 

Methods in de.cau.cs.kieler.sim.kiem.ui.datacomponent that return KiemProperty
 KiemProperty[] JSONObjectSimulationDataComponent.doProvideProperties()
           
 KiemProperty[] JSONObjectSimulationDataComponent.provideProperties()
           
 

Methods in de.cau.cs.kieler.sim.kiem.ui.datacomponent with parameters of type KiemProperty
 void JSONObjectSimulationDataComponent.checkProperties(KiemProperty[] properties)
           
 

Uses of KiemProperty in de.cau.cs.kieler.sim.kivi
 

Methods in de.cau.cs.kieler.sim.kivi that return KiemProperty
 KiemProperty[] KiViDataComponent.provideProperties()
          Provide properties for this component.
 KiemProperty[] StateMachineKiViDataComponent.provideProperties()
          Provide properties for this component.
 

Uses of KiemProperty in de.cau.cs.kieler.sim.trace
 

Methods in de.cau.cs.kieler.sim.trace that return KiemProperty
 KiemProperty[] TraceReader.doProvideProperties()
           
 

Methods in de.cau.cs.kieler.sim.trace that return types with arguments of type KiemProperty
 List<KiemProperty> TraceValidator.produceInformation()
          The default implementation produces no information.
 

Method parameters in de.cau.cs.kieler.sim.trace with type arguments of type KiemProperty
 void TraceReader.setParameters(List<KiemProperty> properties)
          The default implementation only retrieves the model file and the current iteration index.
 void TraceValidator.setParameters(List<KiemProperty> properties)
          The default implementation only retrieves the model file and the current iteration index.
 

Uses of KiemProperty in de.cau.cs.kieler.sim.validator
 

Methods in de.cau.cs.kieler.sim.validator that return KiemProperty
 KiemProperty[] InputDataComponent.provideProperties()
          Provide properties.
 KiemProperty[] OutputDataComponent.provideProperties()
          Provide properties.
static KiemProperty[] ValidatorPlugin.provideProperties()
          Provide properties.
 

Uses of KiemProperty in de.cau.cs.kieler.sj.test
 

Methods in de.cau.cs.kieler.sj.test that return KiemProperty
 KiemProperty[] SJValidationSimulatorDataComponent.provideProperties()
           
 

Uses of KiemProperty in de.cau.cs.kieler.synccharts.sim.ptolemy
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy that return KiemProperty
 KiemProperty[] SyncchartsSimDataComponent.doProvideProperties()
          Do provide an additional property to set the state name.
 

Uses of KiemProperty in de.cau.cs.kieler.synccharts.sim.sc
 

Methods in de.cau.cs.kieler.synccharts.sim.sc that return KiemProperty
 KiemProperty[] SCDataComponent.doProvideProperties()
           
 

Methods in de.cau.cs.kieler.synccharts.sim.sc that return types with arguments of type KiemProperty
 List<KiemProperty> SCDataComponent.produceInformation()
          The default implementation produces no information.
 

Method parameters in de.cau.cs.kieler.synccharts.sim.sc with type arguments of type KiemProperty
 void SCDataComponent.setParameters(List<KiemProperty> properties)
          The default implementation only retrieves the model file and the current iteration index.
 

Uses of KiemProperty in de.cau.cs.kieler.uml2.sim.kiem
 

Methods in de.cau.cs.kieler.uml2.sim.kiem that return KiemProperty
 KiemProperty[] DataComponent.doProvideProperties()
           
 KiemProperty[] DataComponentModelCheck.doProvideProperties()
           
 KiemProperty[] DataComponentSim.doProvideProperties()