Class Edp2DataTupleDataSourceFactory
- java.lang.Object
-
- org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableElementFactory
-
- org.palladiosimulator.edp2.datastream.elementfactories.Edp2DataTupleDataSourceFactory
-
- All Implemented Interfaces:
IElementFactory
public class Edp2DataTupleDataSourceFactory extends PropertyConfigurableElementFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
FACTORY_ID
-
Constructor Summary
Constructors Constructor Description Edp2DataTupleDataSourceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IPropertyConfigurable
createElementInternal(IMemento memento)
static void
saveState(IMemento memento, Edp2DataTupleDataSource edp2DataTupleDataSource)
-
Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurableElementFactory
createElement, 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
-
saveState
public static void saveState(IMemento memento, Edp2DataTupleDataSource edp2DataTupleDataSource)
-
-