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
FieldsFields inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
keys, NOT_SET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.palladiosimulator.edp2.datastream.configurable.reflective.ReflectivePropertyConfigurable
getKeys, getPropertyType, propertyChangeCompleted, propertyChanged, setPropertiesMethods inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
getAdapter, getNotSetConstant, getProperties, isPropertyNotSet, unsetPropertyMethods 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:
getDefaultConfigurationin interfaceIPropertyConfigurable- Overrides:
getDefaultConfigurationin classReflectivePropertyConfigurable
-