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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAdapter(Class adapter) getKeys()protected ObjectbooleanisPropertyNotSet(String key) voidsetProperties(Map<String, Object> newProperties) voidunsetProperty(String key) Methods inherited from class org.palladiosimulator.commons.designpatterns.AbstractObservable
addObserver, getEventDispatcher, getObservers, removeAllObserver, removeObserverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.palladiosimulator.edp2.datastream.configurable.IPropertyConfigurable
getPropertyType
-
Field Details
-
keys
-
-
Constructor Details
-
PropertyConfigurable
public PropertyConfigurable() -
PropertyConfigurable
-
-
Method Details
-
getDefaultConfiguration
- Specified by:
getDefaultConfigurationin interfaceIPropertyConfigurable
-
getKeys
- Specified by:
getKeysin interfaceIPropertyConfigurable
-
getProperties
- Specified by:
getPropertiesin interfaceIPropertyConfigurable
-
setProperties
- Specified by:
setPropertiesin interfaceIPropertyConfigurable
-
isPropertyNotSet
- Specified by:
isPropertyNotSetin interfaceIPropertyConfigurable
-
unsetProperty
- Specified by:
unsetPropertyin interfaceIPropertyConfigurable
-
getAdapter
- Specified by:
getAdapterin interfaceIAdaptable
-
getNotSetConstant
-