Class AbstractVisualizationSingleDatastreamConfiguration
java.lang.Object
org.palladiosimulator.commons.designpatterns.AbstractObservable<IPropertyListener>
org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
org.palladiosimulator.edp2.datastream.configurable.reflective.ReflectivePropertyConfigurable
org.palladiosimulator.edp2.visualization.AbstractVisualizationSingleDatastreamConfiguration
- All Implemented Interfaces:
IAdaptable
,org.palladiosimulator.commons.designpatterns.IAbstractObservable<IPropertyListener>
,IPropertyConfigurable
,IPropertyListener
- Direct Known Subclasses:
JFreeChartVisualizationSingleDatastreamConfiguration
public abstract class AbstractVisualizationSingleDatastreamConfiguration
extends ReflectivePropertyConfigurable
-
Field Summary
Fields inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
keys
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.palladiosimulator.edp2.datastream.configurable.reflective.ReflectivePropertyConfigurable
getKeys, getPropertyType, propertyChangeCompleted, propertyChanged, setProperties
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
-
Field Details
-
INPUT_NAME_KEY
Keys used for persistence of properties.- See Also:
-
-
Constructor Details
-
AbstractVisualizationSingleDatastreamConfiguration
public AbstractVisualizationSingleDatastreamConfiguration()
-
-
Method Details
-
getInputName
-
getDefaultConfiguration
- Specified by:
getDefaultConfiguration
in interfaceIPropertyConfigurable
- Overrides:
getDefaultConfiguration
in classReflectivePropertyConfigurable
-