Class DataSinkElementFactory
- java.lang.Object
-
- org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableElementFactory
-
- org.palladiosimulator.edp2.datastream.configurable.DataSinkElementFactory
-
- All Implemented Interfaces:
IElementFactory
- Direct Known Subclasses:
JFreeChartVisualizationSingleDatastreamInputFactory
public abstract class DataSinkElementFactory extends PropertyConfigurableElementFactory
-
-
Constructor Summary
Constructors Constructor Description DataSinkElementFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IAdaptable
createElement(IMemento memento)
static void
saveState(IMemento memento, IDataSink childInput)
-
Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableElementFactory
createElementInternal, loadChildren, persistChildren, saveConfigurationState
-
-
-
-
Method Detail
-
createElement
public IAdaptable createElement(IMemento memento)
- Specified by:
createElement
in interfaceIElementFactory
- Overrides:
createElement
in classPropertyConfigurableElementFactory
-
-