Class PropertyConfigurable
java.lang.Object
org.palladiosimulator.commons.designpatterns.AbstractObservable<IPropertyListener>
org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
- All Implemented Interfaces:
IAdaptable
,org.palladiosimulator.commons.designpatterns.IAbstractObservable<IPropertyListener>
,IPropertyConfigurable
- Direct Known Subclasses:
EmptyConfiguration
,ReflectivePropertyConfigurable
public abstract class PropertyConfigurable
extends org.palladiosimulator.commons.designpatterns.AbstractObservable<IPropertyListener>
implements IPropertyConfigurable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAdapter
(Class adapter) getKeys()
protected Object
boolean
isPropertyNotSet
(String key) void
setProperties
(Map<String, Object> newProperties) void
unsetProperty
(String key) Methods inherited from class org.palladiosimulator.commons.designpatterns.AbstractObservable
addObserver, getEventDispatcher, getObservers, removeAllObserver, removeObserver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.edp2.datastream.configurable.IPropertyConfigurable
getPropertyType
-
Field Details
-
keys
-
-
Constructor Details
-
PropertyConfigurable
public PropertyConfigurable() -
PropertyConfigurable
-
-
Method Details
-
getDefaultConfiguration
- Specified by:
getDefaultConfiguration
in interfaceIPropertyConfigurable
-
getKeys
- Specified by:
getKeys
in interfaceIPropertyConfigurable
-
getProperties
- Specified by:
getProperties
in interfaceIPropertyConfigurable
-
setProperties
- Specified by:
setProperties
in interfaceIPropertyConfigurable
-
isPropertyNotSet
- Specified by:
isPropertyNotSet
in interfaceIPropertyConfigurable
-
unsetProperty
- Specified by:
unsetProperty
in interfaceIPropertyConfigurable
-
getAdapter
- Specified by:
getAdapter
in interfaceIAdaptable
-
getNotSetConstant
-