Class JFreeChartVisualizationSingleDatastreamInputFactory
- java.lang.Object
-
- org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableElementFactory
-
- org.palladiosimulator.edp2.datastream.configurable.DataSinkElementFactory
-
- org.palladiosimulator.edp2.visualization.jfreechart.input.JFreeChartVisualizationSingleDatastreamInputFactory
-
- All Implemented Interfaces:
IElementFactory
public class JFreeChartVisualizationSingleDatastreamInputFactory extends DataSinkElementFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
FACTORY_ID
-
Constructor Summary
Constructors Constructor Description JFreeChartVisualizationSingleDatastreamInputFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IPropertyConfigurable
createElementInternal(IMemento memento)
-
Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.DataSinkElementFactory
createElement, saveState
-
Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableElementFactory
loadChildren, persistChildren, saveConfigurationState
-
-
-
-
Field Detail
-
FACTORY_ID
public static final String FACTORY_ID
-
-
Method Detail
-
createElementInternal
protected IPropertyConfigurable createElementInternal(IMemento memento)
- Specified by:
createElementInternal
in classPropertyConfigurableElementFactory
-
-