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

Packages that use KiemProperty
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.sim.esi   
de.cau.cs.kieler.sim.kiem This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. 
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.trace   
de.cau.cs.kieler.synccharts.sim.ptolemy   
de.cau.cs.kieler.synccharts.viewmanagement   
 

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.sim.esi
 

Methods in de.cau.cs.kieler.sim.esi that return KiemProperty
 KiemProperty[] EsoComponent.provideProperties()
           
 

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

Methods in de.cau.cs.kieler.sim.kiem that return types with arguments of type KiemProperty
 List<KiemProperty> IAutomatedProducer.produceInformation()
          Notifies the DataComponent that the schedule has finished and asks it to provide some information for evaluation.
 

Method parameters in de.cau.cs.kieler.sim.kiem with type arguments of type KiemProperty
 void IAutomatedComponent.setParameters(List<KiemProperty> properties)
          Give the component information.
 

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.trace
 

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

Methods in de.cau.cs.kieler.sim.trace that return types with arguments of type KiemProperty
 List<KiemProperty> TraceValidator.produceInformation()
          Notifies the DataComponent that the schedule has finished and asks it to provide some information for evaluation.
 

Method parameters in de.cau.cs.kieler.sim.trace with type arguments of type KiemProperty
 void TraceReader.setParameters(List<KiemProperty> properties)
          Give the component information.
 void TraceValidator.setParameters(List<KiemProperty> properties)
          Give the component information.
 

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.provideProperties()
           
 

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

Uses of KiemProperty in de.cau.cs.kieler.synccharts.viewmanagement
 

Methods in de.cau.cs.kieler.synccharts.viewmanagement that return KiemProperty
 KiemProperty[] StateActivityObserver.provideProperties()
           
 

Methods in de.cau.cs.kieler.synccharts.viewmanagement with parameters of type KiemProperty
 void StateActivityObserver.checkProperties(KiemProperty[] properties)