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