Class PropertyConfigurableElementFactory
java.lang.Object
org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableElementFactory
- All Implemented Interfaces:
IElementFactory
- Direct Known Subclasses:
DataSinkElementFactory
,Edp2DataTupleDataSourceFactory
,JFreeChartVisualizationInputFactory
A factory for persistence of
IDataFlow
elements.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateElement
(IMemento memento) protected abstract IPropertyConfigurable
createElementInternal
(IMemento memento) static List<IPersistableElement>
loadChildren
(IMemento memento) static void
persistChildren
(IMemento memento, Collection children) static void
saveConfigurationState
(IMemento memento, IPropertyConfigurable configurable)
-
Constructor Details
-
PropertyConfigurableElementFactory
public PropertyConfigurableElementFactory()
-
-
Method Details
-
createElement
- Specified by:
createElement
in interfaceIElementFactory
-
saveConfigurationState
-
persistChildren
- Parameters:
memento
-input
-
-
loadChildren
-
createElementInternal
-