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

Packages that use KiemPropertyKeyWrapper
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. 
 

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

Subclasses of KiemPropertyKeyWrapper in de.cau.cs.kieler.sim.kiem.config.data
 class EditorIdWrapper
          Wraps around editor ids.
 

Fields in de.cau.cs.kieler.sim.kiem.config.data declared as KiemPropertyKeyWrapper
static KiemPropertyKeyWrapper Tools.AIMED_STEP_DURATION_KEY
          identifier for the step duration.
static KiemPropertyKeyWrapper Tools.DEFAULT_EDITOR_KEY
          the key for the default editor.
static KiemPropertyKeyWrapper Tools.DEFAULT_EDITOR_NAME_KEY
          the key for the default editor name.
static KiemPropertyKeyWrapper Tools.DEFAULT_PRIORITY_KEY
          the key for the default priority.
static KiemPropertyKeyWrapper Tools.RECENT_CAPACITY_KEY
          the key for the capacity of the recent schedules list.
static KiemPropertyKeyWrapper Tools.TIMEOUT_KEY
          identifier for the timeout.
 

Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type KiemPropertyKeyWrapper
 KiemProperty ConfigDataComponent.findProperty(KiemPropertyKeyWrapper key)
          Try to find the property in this configuration.
 String ConfigDataComponent.findPropertyValue(KiemPropertyKeyWrapper key)
          Try to find the value of a property in this configuration.
 void ConfigDataComponent.removeProperty(KiemPropertyKeyWrapper key)
          Remove properties with a specified key.
 KiemProperty ConfigDataComponent.updateProperty(KiemPropertyKeyWrapper key, String value)
          Update the property with a new value.
 

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

Methods in de.cau.cs.kieler.sim.kiem.config.managers that return types with arguments of type KiemPropertyKeyWrapper
 List<KiemPropertyKeyWrapper> ConfigurationManager.getAllKeys()
          Get all keys in the default configuration.
 List<KiemPropertyKeyWrapper> PropertyUsageManager.getIgnoredKeys()
          Getter for the list of ignored keys.
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type KiemPropertyKeyWrapper
 String ConfigurationManager.findPropertyValue(KiemPropertyKeyWrapper key, String defaultValue)
          Try to find a specific property value.
 void ConfigurationManager.removeProperty(KiemPropertyKeyWrapper key)
          Removes properties with the specified key.
 void ConfigurationManager.updateCurrentProperty(KiemPropertyKeyWrapper propertyId, String value)
          Updates the property in the currently loaded configuration.
 

Method parameters in de.cau.cs.kieler.sim.kiem.config.managers with type arguments of type KiemPropertyKeyWrapper
 void PropertyUsageManager.setIgnoredKeys(List<KiemPropertyKeyWrapper> keysParam)
          Setter for the list of ignored keys.