Class EmptyConfiguration
- java.lang.Object
-
- org.palladiosimulator.commons.designpatterns.AbstractObservable<IPropertyListener>
-
- org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
-
- org.palladiosimulator.edp2.datastream.configurable.EmptyConfiguration
-
- All Implemented Interfaces:
IAdaptable,org.palladiosimulator.commons.designpatterns.IAbstractObservable<IPropertyListener>,IPropertyConfigurable
public class EmptyConfiguration extends PropertyConfigurable
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
keys
-
-
Constructor Summary
Constructors Constructor Description EmptyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getDefaultConfiguration()Set<String>getKeys()Class<?>getPropertyType(String key)-
Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
getAdapter, getNotSetConstant, getProperties, isPropertyNotSet, setProperties, unsetProperty
-
-
-
-
Method Detail
-
getDefaultConfiguration
public Map<String,Object> getDefaultConfiguration()
- Specified by:
getDefaultConfigurationin interfaceIPropertyConfigurable- Specified by:
getDefaultConfigurationin classPropertyConfigurable
-
getKeys
public Set<String> getKeys()
- Specified by:
getKeysin interfaceIPropertyConfigurable- Specified by:
getKeysin classPropertyConfigurable
-
-