Class ReflectivePropertyConfigurable
java.lang.Object
org.palladiosimulator.commons.designpatterns.AbstractObservable<IPropertyListener>
org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
org.palladiosimulator.edp2.datastream.configurable.reflective.ReflectivePropertyConfigurable
- All Implemented Interfaces:
IAdaptable
,org.palladiosimulator.commons.designpatterns.IAbstractObservable<IPropertyListener>
,IPropertyConfigurable
,IPropertyListener
- Direct Known Subclasses:
AbstractVisualizationSingleDatastreamConfiguration
,JFreeChartVisualizationConfiguration
public class ReflectivePropertyConfigurable
extends PropertyConfigurable
implements IPropertyListener
-
Field Summary
Fields inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
keys
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys()
Class<?>
getPropertyType
(String key) void
void
propertyChanged
(String key, Object oldValue, Object newValue) void
setProperties
(Map<String, Object> newProperties) Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
getAdapter, getNotSetConstant, getProperties, isPropertyNotSet, unsetProperty
Methods inherited from class org.palladiosimulator.commons.designpatterns.AbstractObservable
addObserver, getEventDispatcher, getObservers, removeAllObserver, removeObserver
-
Constructor Details
-
ReflectivePropertyConfigurable
public ReflectivePropertyConfigurable()
-
-
Method Details
-
getDefaultConfiguration
- Specified by:
getDefaultConfiguration
in interfaceIPropertyConfigurable
- Specified by:
getDefaultConfiguration
in classPropertyConfigurable
-
getKeys
- Specified by:
getKeys
in interfaceIPropertyConfigurable
- Specified by:
getKeys
in classPropertyConfigurable
-
propertyChanged
- Specified by:
propertyChanged
in interfaceIPropertyListener
-
propertyChangeCompleted
public void propertyChangeCompleted()- Specified by:
propertyChangeCompleted
in interfaceIPropertyListener
-
getPropertyType
- Specified by:
getPropertyType
in interfaceIPropertyConfigurable
-
setProperties
- Specified by:
setProperties
in interfaceIPropertyConfigurable
- Overrides:
setProperties
in classPropertyConfigurable
-