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:
getDefaultConfiguration
in interfaceIPropertyConfigurable
- Specified by:
getDefaultConfiguration
in classPropertyConfigurable
-
getKeys
public Set<String> getKeys()
- Specified by:
getKeys
in interfaceIPropertyConfigurable
- Specified by:
getKeys
in classPropertyConfigurable
-
-