A representation of the model object ' Simu Com
- * Configuration'.
- *
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage#getSimuComConfiguration()
- * @model
- * @generated
- */
-public interface SimuComConfiguration extends EObject, AbstractSimulationConfiguration {
-} // SimuComConfiguration
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/SimucomtooladapterFactory.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/SimucomtooladapterFactory.java
deleted file mode 100644
index d4402456..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/SimucomtooladapterFactory.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model;
-
-import org.eclipse.emf.ecore.EFactory;
-
-/**
- * The Factory for the model. It provides a create method for each
- * non-abstract class of the model.
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage
- * @generated
- */
-public interface SimucomtooladapterFactory extends EFactory {
- /**
- * The singleton instance of the factory.
- *
- * @generated
- */
- SimucomtooladapterFactory eINSTANCE = org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimucomtooladapterFactoryImpl
- .init();
-
- /**
- * Returns a new object of class 'Simu Com Configuration'.
- *
- * @return a new object of class 'Simu Com Configuration'.
- * @generated
- */
- SimuComConfiguration createSimuComConfiguration();
-
- /**
- * Returns the package supported by this factory.
- *
- * @return the package supported by this factory.
- * @generated
- */
- SimucomtooladapterPackage getSimucomtooladapterPackage();
-
-} // SimucomtooladapterFactory
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/SimucomtooladapterPackage.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/SimucomtooladapterPackage.java
deleted file mode 100644
index 93334d45..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/SimucomtooladapterPackage.java
+++ /dev/null
@@ -1,197 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.EPackage;
-import org.palladiosimulator.experimentautomation.abstractsimulation.AbstractsimulationPackage;
-
-/**
- * The Package for the model. It contains accessors for the meta
- * objects to represent
- *
- * - each class,
- * - each feature of each class,
- * - each operation of each class,
- * - each enum,
- * - and each data type
- *
- *
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterFactory
- * @model kind="package"
- * @generated
- */
-public interface SimucomtooladapterPackage extends EPackage {
- /**
- * The package name.
- *
- * @generated
- */
- String eNAME = "model";
-
- /**
- * The package namespace URI.
- *
- * @generated
- */
- String eNS_URI = "http://palladiosimulator.org/ExperimentAutomation/ToolAdapter/SimuCom/1.0";
-
- /**
- * The package namespace name.
- *
- * @generated
- */
- String eNS_PREFIX = "simucomtooladapter";
-
- /**
- * The singleton instance of the package.
- *
- * @generated
- */
- SimucomtooladapterPackage eINSTANCE = org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimucomtooladapterPackageImpl
- .init();
-
- /**
- * The meta object id for the
- * '{@link org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimuComConfigurationImpl
- * Simu Com Configuration}' class.
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimuComConfigurationImpl
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimucomtooladapterPackageImpl#getSimuComConfiguration()
- * @generated
- */
- int SIMU_COM_CONFIGURATION = 0;
-
- /**
- * The feature id for the 'Name' attribute.
- *
- * @generated
- * @ordered
- */
- int SIMU_COM_CONFIGURATION__NAME = AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION__NAME;
-
- /**
- * The feature id for the 'Stop Conditions' containment reference list.
- *
- * @generated
- * @ordered
- */
- int SIMU_COM_CONFIGURATION__STOP_CONDITIONS = AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION__STOP_CONDITIONS;
-
- /**
- * The feature id for the 'Random Number Generator Seed' containment reference.
- *
- *
- * @generated
- * @ordered
- */
- int SIMU_COM_CONFIGURATION__RANDOM_NUMBER_GENERATOR_SEED = AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION__RANDOM_NUMBER_GENERATOR_SEED;
-
- /**
- * The feature id for the 'Simulate Linking Resources' attribute.
- *
- * @generated
- * @ordered
- */
- int SIMU_COM_CONFIGURATION__SIMULATE_LINKING_RESOURCES = AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_LINKING_RESOURCES;
-
- /**
- * The feature id for the 'Simulate Failures' attribute.
- *
- *
- * @generated
- * @ordered
- */
- int SIMU_COM_CONFIGURATION__SIMULATE_FAILURES = AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_FAILURES;
-
- /**
- * The feature id for the 'Datasource' containment reference.
- *
- * @generated
- * @ordered
- */
- int SIMU_COM_CONFIGURATION__DATASOURCE = AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION__DATASOURCE;
-
- /**
- * The number of structural features of the 'Simu Com Configuration' class.
- *
- * @generated
- * @ordered
- */
- int SIMU_COM_CONFIGURATION_FEATURE_COUNT = AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION_FEATURE_COUNT
- + 0;
-
- /**
- * The number of operations of the 'Simu Com Configuration' class.
- *
- * @generated
- * @ordered
- */
- // int SIMU_COM_CONFIGURATION_OPERATION_COUNT =
- // AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION_OPERATION_COUNT + 0;
-
- /**
- * The number of operations of the 'Simu Com Configuration' class.
- *
- * @generated
- * @ordered
- */
- // int SIMU_COM_CONFIGURATION_OPERATION_COUNT =
- // AbstractsimulationPackage.ABSTRACT_SIMULATION_CONFIGURATION_OPERATION_COUNT + 0;
-
- /**
- * Returns the meta object for class
- * '{@link org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration
- * Simu Com Configuration}'.
- *
- * @return the meta object for class 'Simu Com Configuration'.
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration
- * @generated
- */
- EClass getSimuComConfiguration();
-
- /**
- * Returns the factory that creates the instances of the model.
- *
- * @return the factory that creates the instances of the model.
- * @generated
- */
- SimucomtooladapterFactory getSimucomtooladapterFactory();
-
- /**
- * Defines literals for the meta objects that represent
- *
- * - each class,
- * - each feature of each class,
- * - each operation of each class,
- * - each enum,
- * - and each data type
- *
- *
- *
- * @generated
- */
- interface Literals {
- /**
- * The meta object literal for the
- * '{@link org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimuComConfigurationImpl
- * Simu Com Configuration}' class.
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimuComConfigurationImpl
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl.SimucomtooladapterPackageImpl#getSimuComConfiguration()
- * @generated
- */
- EClass SIMU_COM_CONFIGURATION = eINSTANCE.getSimuComConfiguration();
-
- }
-
-} // SimucomtooladapterPackage
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimuComConfigurationImpl.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimuComConfigurationImpl.java
deleted file mode 100644
index 5bcc01ce..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimuComConfigurationImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl;
-
-import org.eclipse.emf.ecore.EClass;
-import org.palladiosimulator.experimentautomation.abstractsimulation.impl.AbstractSimulationConfigurationImpl;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage;
-
-/**
- * An implementation of the model object ' Simu Com
- * Configuration'.
- *
- * @generated
- */
-public class SimuComConfigurationImpl extends AbstractSimulationConfigurationImpl implements SimuComConfiguration {
- /**
- *
- *
- * @generated
- */
- protected SimuComConfigurationImpl() {
- super();
- }
-
- /**
- *
- *
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return SimucomtooladapterPackage.Literals.SIMU_COM_CONFIGURATION;
- }
-
-} // SimuComConfigurationImpl
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimucomtooladapterFactoryImpl.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimucomtooladapterFactoryImpl.java
deleted file mode 100644
index fae0e6cc..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimucomtooladapterFactoryImpl.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.EObject;
-import org.eclipse.emf.ecore.EPackage;
-import org.eclipse.emf.ecore.impl.EFactoryImpl;
-import org.eclipse.emf.ecore.plugin.EcorePlugin;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterFactory;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage;
-
-/**
- * An implementation of the model Factory.
- *
- * @generated
- */
-public class SimucomtooladapterFactoryImpl extends EFactoryImpl implements SimucomtooladapterFactory {
- /**
- * Creates the default factory implementation.
- *
- * @generated
- */
- public static SimucomtooladapterFactory init() {
- try {
- final SimucomtooladapterFactory theSimucomtooladapterFactory = (SimucomtooladapterFactory) EPackage.Registry.INSTANCE
- .getEFactory(SimucomtooladapterPackage.eNS_URI);
- if (theSimucomtooladapterFactory != null) {
- return theSimucomtooladapterFactory;
- }
- } catch (final Exception exception) {
- EcorePlugin.INSTANCE.log(exception);
- }
- return new SimucomtooladapterFactoryImpl();
- }
-
- /**
- * Creates an instance of the factory.
- *
- * @generated
- */
- public SimucomtooladapterFactoryImpl() {
- super();
- }
-
- /**
- *
- *
- * @generated
- */
- @Override
- public EObject create(final EClass eClass) {
- switch (eClass.getClassifierID()) {
- case SimucomtooladapterPackage.SIMU_COM_CONFIGURATION:
- return this.createSimuComConfiguration();
- default:
- throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier");
- }
- }
-
- /**
- *
- *
- * @generated
- */
- @Override
- public SimuComConfiguration createSimuComConfiguration() {
- final SimuComConfigurationImpl simuComConfiguration = new SimuComConfigurationImpl();
- return simuComConfiguration;
- }
-
- /**
- *
- *
- * @generated
- */
- @Override
- public SimucomtooladapterPackage getSimucomtooladapterPackage() {
- return (SimucomtooladapterPackage) this.getEPackage();
- }
-
- /**
- *
- *
- * @deprecated
- * @generated
- */
- @Deprecated
- public static SimucomtooladapterPackage getPackage() {
- return SimucomtooladapterPackage.eINSTANCE;
- }
-
-} // SimucomtooladapterFactoryImpl
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimucomtooladapterPackageImpl.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimucomtooladapterPackageImpl.java
deleted file mode 100644
index cf30c34e..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/impl/SimucomtooladapterPackageImpl.java
+++ /dev/null
@@ -1,216 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.impl;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.EPackage;
-import org.eclipse.emf.ecore.EcorePackage;
-import org.eclipse.emf.ecore.impl.EPackageImpl;
-import org.palladiosimulator.edp2.models.ExperimentData.ExperimentDataPackage;
-import org.palladiosimulator.edp2.models.Repository.RepositoryPackage;
-import org.palladiosimulator.edp2.models.measuringpoint.MeasuringpointPackage;
-import org.palladiosimulator.experimentautomation.abstractsimulation.AbstractsimulationPackage;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterFactory;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage;
-import org.palladiosimulator.experimentautomation.experiments.ExperimentsPackage;
-import org.palladiosimulator.experimentautomation.variation.VariationPackage;
-import org.palladiosimulator.metricspec.MetricSpecPackage;
-import org.palladiosimulator.monitorrepository.MonitorRepositoryPackage;
-import org.palladiosimulator.pcm.PcmPackage;
-import org.palladiosimulator.servicelevelobjective.ServicelevelObjectivePackage;
-import org.scaledl.usageevolution.UsageevolutionPackage;
-
-import de.uka.ipd.sdq.identifier.IdentifierPackage;
-import de.uka.ipd.sdq.probfunction.ProbfunctionPackage;
-import de.uka.ipd.sdq.stoex.StoexPackage;
-import de.uka.ipd.sdq.units.UnitsPackage;
-import tools.descartes.dlim.DlimPackage;
-
-/**
- * An implementation of the model Package.
- *
- * @generated
- */
-public class SimucomtooladapterPackageImpl extends EPackageImpl implements SimucomtooladapterPackage {
- /**
- *
- *
- * @generated
- */
- private EClass simuComConfigurationEClass = null;
-
- /**
- * Creates an instance of the model Package, registered with
- * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package package URI
- * value.
- *
- * Note: the correct way to create the package is via the static factory method {@link #init
- * init()}, which also performs initialization of the package, or returns the registered
- * package, if one already exists.
- *
- * @see org.eclipse.emf.ecore.EPackage.Registry
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage#eNS_URI
- * @see #init()
- * @generated
- */
- private SimucomtooladapterPackageImpl() {
- super(eNS_URI, SimucomtooladapterFactory.eINSTANCE);
- }
-
- /**
- *
- *
- * @generated
- */
- private static boolean isInited = false;
-
- /**
- * Creates, registers, and initializes the Package for this model, and for any others
- * upon which it depends.
- *
- *
- * This method is used to initialize {@link SimucomtooladapterPackage#eINSTANCE} when that field
- * is accessed. Clients should not invoke it directly. Instead, they should simply access that
- * field to obtain the package.
- *
- * @see #eNS_URI
- * @see #createPackageContents()
- * @see #initializePackageContents()
- * @generated
- */
- public static SimucomtooladapterPackage init() {
- if (isInited) {
- return (SimucomtooladapterPackage) EPackage.Registry.INSTANCE
- .getEPackage(SimucomtooladapterPackage.eNS_URI);
- }
-
- // Obtain or create and register package
- final Object registeredSimucomtooladapterPackage = EPackage.Registry.INSTANCE.get(eNS_URI);
- final SimucomtooladapterPackageImpl theSimucomtooladapterPackage = registeredSimucomtooladapterPackage instanceof SimucomtooladapterPackageImpl
- ? (SimucomtooladapterPackageImpl) registeredSimucomtooladapterPackage
- : new SimucomtooladapterPackageImpl();
-
- isInited = true;
-
- // Initialize simple dependencies
- ExperimentDataPackage.eINSTANCE.eClass();
- RepositoryPackage.eINSTANCE.eClass();
- MeasuringpointPackage.eINSTANCE.eClass();
- VariationPackage.eINSTANCE.eClass();
- ExperimentsPackage.eINSTANCE.eClass();
- AbstractsimulationPackage.eINSTANCE.eClass();
- IdentifierPackage.eINSTANCE.eClass();
- MetricSpecPackage.eINSTANCE.eClass();
- PcmPackage.eINSTANCE.eClass();
- MonitorRepositoryPackage.eINSTANCE.eClass();
- ProbfunctionPackage.eINSTANCE.eClass();
- StoexPackage.eINSTANCE.eClass();
- UnitsPackage.eINSTANCE.eClass();
- ServicelevelObjectivePackage.eINSTANCE.eClass();
- UsageevolutionPackage.eINSTANCE.eClass();
- DlimPackage.eINSTANCE.eClass();
- EcorePackage.eINSTANCE.eClass();
-
- // Create package meta-data objects
- theSimucomtooladapterPackage.createPackageContents();
-
- // Initialize created meta-data
- theSimucomtooladapterPackage.initializePackageContents();
-
- // Mark meta-data to indicate it can't be changed
- theSimucomtooladapterPackage.freeze();
-
- // Update the registry and return the package
- EPackage.Registry.INSTANCE.put(SimucomtooladapterPackage.eNS_URI, theSimucomtooladapterPackage);
- return theSimucomtooladapterPackage;
- }
-
- /**
- *
- *
- * @generated
- */
- @Override
- public EClass getSimuComConfiguration() {
- return this.simuComConfigurationEClass;
- }
-
- /**
- *
- *
- * @generated
- */
- @Override
- public SimucomtooladapterFactory getSimucomtooladapterFactory() {
- return (SimucomtooladapterFactory) this.getEFactoryInstance();
- }
-
- /**
- *
- *
- * @generated
- */
- private boolean isCreated = false;
-
- /**
- * Creates the meta-model objects for the package. This method is guarded to have no affect on
- * any invocation but its first.
- *
- * @generated
- */
- public void createPackageContents() {
- if (this.isCreated) {
- return;
- }
- this.isCreated = true;
-
- // Create classes and their features
- this.simuComConfigurationEClass = this.createEClass(SIMU_COM_CONFIGURATION);
- }
-
- /**
- *
- *
- * @generated
- */
- private boolean isInitialized = false;
-
- /**
- * Complete the initialization of the package and its meta-model. This method is guarded to have
- * no affect on any invocation but its first.
- *
- * @generated
- */
- public void initializePackageContents() {
- if (this.isInitialized) {
- return;
- }
- this.isInitialized = true;
-
- // Initialize package
- this.setName(eNAME);
- this.setNsPrefix(eNS_PREFIX);
- this.setNsURI(eNS_URI);
-
- // Obtain other dependent packages
- final AbstractsimulationPackage theAbstractsimulationPackage = (AbstractsimulationPackage) EPackage.Registry.INSTANCE
- .getEPackage(AbstractsimulationPackage.eNS_URI);
-
- // Create type parameters
-
- // Set bounds for type parameters
-
- // Add supertypes to classes
- this.simuComConfigurationEClass.getESuperTypes()
- .add(theAbstractsimulationPackage.getAbstractSimulationConfiguration());
-
- // Initialize classes and features; add operations and parameters
- this.initEClass(this.simuComConfigurationEClass, SimuComConfiguration.class, "SimuComConfiguration",
- !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
-
- // Create resource
- this.createResource(eNS_URI);
- }
-
-} // SimucomtooladapterPackageImpl
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterAdapterFactory.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterAdapterFactory.java
deleted file mode 100644
index 4372e813..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterAdapterFactory.java
+++ /dev/null
@@ -1,157 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.util;
-
-import org.eclipse.emf.common.notify.Adapter;
-import org.eclipse.emf.common.notify.Notifier;
-import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
-import org.eclipse.emf.ecore.EObject;
-import org.palladiosimulator.experimentautomation.abstractsimulation.AbstractSimulationConfiguration;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage;
-import org.palladiosimulator.experimentautomation.experiments.ToolConfiguration;
-
-/**
- * The Adapter Factory for the model. It provides an adapter
- * createXXX
method for each class of the model.
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage
- * @generated
- */
-public class SimucomtooladapterAdapterFactory extends AdapterFactoryImpl {
- /**
- * The cached model package.
- *
- * @generated
- */
- protected static SimucomtooladapterPackage modelPackage;
-
- /**
- * Creates an instance of the adapter factory.
- *
- * @generated
- */
- public SimucomtooladapterAdapterFactory() {
- if (modelPackage == null) {
- modelPackage = SimucomtooladapterPackage.eINSTANCE;
- }
- }
-
- /**
- * Returns whether this factory is applicable for the type of the object. This implementation returns true
if the object is either the model's package
- * or is an instance object of the model.
- *
- * @return whether this factory is applicable for the type of the object.
- * @generated
- */
- @Override
- public boolean isFactoryForType(final Object object) {
- if (object == modelPackage) {
- return true;
- }
- if (object instanceof EObject) {
- return ((EObject) object).eClass()
- .getEPackage() == modelPackage;
- }
- return false;
- }
-
- /**
- * The switch that delegates to the createXXX
methods.
- *
- * @generated
- */
- protected SimucomtooladapterSwitch modelSwitch = new SimucomtooladapterSwitch() {
- @Override
- public Adapter caseSimuComConfiguration(final SimuComConfiguration object) {
- return SimucomtooladapterAdapterFactory.this.createSimuComConfigurationAdapter();
- }
-
- @Override
- public Adapter caseToolConfiguration(final ToolConfiguration object) {
- return SimucomtooladapterAdapterFactory.this.createToolConfigurationAdapter();
- }
-
- @Override
- public Adapter caseAbstractSimulationConfiguration(final AbstractSimulationConfiguration object) {
- return SimucomtooladapterAdapterFactory.this.createAbstractSimulationConfigurationAdapter();
- }
-
- @Override
- public Adapter defaultCase(final EObject object) {
- return SimucomtooladapterAdapterFactory.this.createEObjectAdapter();
- }
- };
-
- /**
- * Creates an adapter for the target
.
- *
- * @param target
- * the object to adapt.
- * @return the adapter for the target
.
- * @generated
- */
- @Override
- public Adapter createAdapter(final Notifier target) {
- return this.modelSwitch.doSwitch((EObject) target);
- }
-
- /**
- * Creates a new adapter for an object of class
- * '{@link org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration
- * Simu Com Configuration}'. This default implementation
- * returns null so that we can easily ignore cases; it's useful to ignore a case when
- * inheritance will catch all the cases anyway.
- *
- * @return the new adapter.
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration
- * @generated
- */
- public Adapter createSimuComConfigurationAdapter() {
- return null;
- }
-
- /**
- * Creates a new adapter for an object of class
- * '{@link org.palladiosimulator.experimentautomation.experiments.ToolConfiguration Tool
- * Configuration}'. This default implementation returns null so
- * that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all
- * the cases anyway.
- *
- * @return the new adapter.
- * @see org.palladiosimulator.experimentautomation.experiments.ToolConfiguration
- * @generated
- */
- public Adapter createToolConfigurationAdapter() {
- return null;
- }
-
- /**
- * Creates a new adapter for an object of class
- * '{@link org.palladiosimulator.experimentautomation.abstractsimulation.AbstractSimulationConfiguration
- * Abstract Simulation Configuration}'. This default
- * implementation returns null so that we can easily ignore cases; it's useful to ignore a case
- * when inheritance will catch all the cases anyway.
- *
- * @return the new adapter.
- * @see org.palladiosimulator.experimentautomation.abstractsimulation.AbstractSimulationConfiguration
- * @generated
- */
- public Adapter createAbstractSimulationConfigurationAdapter() {
- return null;
- }
-
- /**
- * Creates a new adapter for the default case. This default
- * implementation returns null.
- *
- * @return the new adapter.
- * @generated
- */
- public Adapter createEObjectAdapter() {
- return null;
- }
-
-} // SimucomtooladapterAdapterFactory
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterResourceFactoryImpl.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterResourceFactoryImpl.java
deleted file mode 100644
index e66b19e3..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterResourceFactoryImpl.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.util;
-
-import org.eclipse.emf.common.util.URI;
-import org.eclipse.emf.ecore.resource.Resource;
-import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl;
-
-/**
- * The Resource Factory associated with the package.
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.util.SimucomtooladapterResourceImpl
- * @generated
- */
-public class SimucomtooladapterResourceFactoryImpl extends ResourceFactoryImpl {
- /**
- * Creates an instance of the resource factory.
- *
- * @generated
- */
- public SimucomtooladapterResourceFactoryImpl() {
- super();
- }
-
- /**
- * Creates an instance of the resource.
- *
- * @generated
- */
- @Override
- public Resource createResource(final URI uri) {
- final Resource result = new SimucomtooladapterResourceImpl(uri);
- return result;
- }
-
-} // SimucomtooladapterResourceFactoryImpl
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterResourceImpl.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterResourceImpl.java
deleted file mode 100644
index 3c2ad3a3..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterResourceImpl.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.util;
-
-import org.eclipse.emf.common.util.URI;
-import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
-
-/**
- * The Resource associated with the package.
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.util.SimucomtooladapterResourceFactoryImpl
- * @generated
- */
-public class SimucomtooladapterResourceImpl extends XMLResourceImpl {
- /**
- * Creates an instance of the resource.
- *
- * @param uri
- * the URI of the new resource.
- * @generated
- */
- public SimucomtooladapterResourceImpl(final URI uri) {
- super(uri);
- }
-
-} // SimucomtooladapterResourceImpl
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterSwitch.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterSwitch.java
deleted file mode 100644
index fe5328d0..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterSwitch.java
+++ /dev/null
@@ -1,149 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.util;
-
-import org.eclipse.emf.ecore.EObject;
-import org.eclipse.emf.ecore.EPackage;
-import org.eclipse.emf.ecore.util.Switch;
-import org.palladiosimulator.experimentautomation.abstractsimulation.AbstractSimulationConfiguration;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimuComConfiguration;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage;
-import org.palladiosimulator.experimentautomation.experiments.ToolConfiguration;
-
-/**
- * The Switch for the model's inheritance hierarchy. It supports the
- * call {@link #doSwitch(EObject) doSwitch(object)} to invoke the caseXXX
method for
- * each class of the model, starting with the actual class of the object and proceeding up the
- * inheritance hierarchy until a non-null result is returned, which is the result of the switch.
- *
- *
- * @see org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage
- * @generated
- */
-public class SimucomtooladapterSwitch extends Switch {
- /**
- * The cached model package
- *
- * @generated
- */
- protected static SimucomtooladapterPackage modelPackage;
-
- /**
- * Creates an instance of the switch.
- *
- * @generated
- */
- public SimucomtooladapterSwitch() {
- if (modelPackage == null) {
- modelPackage = SimucomtooladapterPackage.eINSTANCE;
- }
- }
-
- /**
- * Checks whether this is a switch for the given package.
- *
- * @param ePackage
- * the package in question.
- * @return whether this is a switch for the given package.
- * @generated
- */
- @Override
- protected boolean isSwitchFor(final EPackage ePackage) {
- return ePackage == modelPackage;
- }
-
- /**
- * Calls caseXXX
for each class of the model until one returns a non null result;
- * it yields that result.
- *
- * @return the first non-null result returned by a caseXXX
call.
- * @generated
- */
- @Override
- protected T doSwitch(final int classifierID, final EObject theEObject) {
- switch (classifierID) {
- case SimucomtooladapterPackage.SIMU_COM_CONFIGURATION: {
- final SimuComConfiguration simuComConfiguration = (SimuComConfiguration) theEObject;
- T result = this.caseSimuComConfiguration(simuComConfiguration);
- if (result == null) {
- result = this.caseAbstractSimulationConfiguration(simuComConfiguration);
- }
- if (result == null) {
- result = this.caseToolConfiguration(simuComConfiguration);
- }
- if (result == null) {
- result = this.defaultCase(theEObject);
- }
- return result;
- }
- default:
- return this.defaultCase(theEObject);
- }
- }
-
- /**
- * Returns the result of interpreting the object as an instance of 'Simu Com
- * Configuration'. This implementation returns null; returning a
- * non-null result will terminate the switch.
- *
- * @param object
- * the target of the switch.
- * @return the result of interpreting the object as an instance of 'Simu Com
- * Configuration'.
- * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
- * @generated
- */
- public T caseSimuComConfiguration(final SimuComConfiguration object) {
- return null;
- }
-
- /**
- * Returns the result of interpreting the object as an instance of 'Tool
- * Configuration'. This implementation returns null; returning a
- * non-null result will terminate the switch.
- *
- * @param object
- * the target of the switch.
- * @return the result of interpreting the object as an instance of 'Tool
- * Configuration'.
- * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
- * @generated
- */
- public T caseToolConfiguration(final ToolConfiguration object) {
- return null;
- }
-
- /**
- * Returns the result of interpreting the object as an instance of 'Abstract Simulation
- * Configuration'. This implementation returns null; returning a
- * non-null result will terminate the switch.
- *
- * @param object
- * the target of the switch.
- * @return the result of interpreting the object as an instance of 'Abstract Simulation
- * Configuration'.
- * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
- * @generated
- */
- public T caseAbstractSimulationConfiguration(final AbstractSimulationConfiguration object) {
- return null;
- }
-
- /**
- * Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will
- * terminate the switch, but this is the last case anyway.
- *
- * @param object
- * the target of the switch.
- * @return the result of interpreting the object as an instance of 'EObject'.
- * @see #doSwitch(org.eclipse.emf.ecore.EObject)
- * @generated
- */
- @Override
- public T defaultCase(final EObject object) {
- return null;
- }
-
-} // SimucomtooladapterSwitch
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterXMLProcessor.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterXMLProcessor.java
deleted file mode 100644
index c4eec591..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/src/org/palladiosimulator/experimentautomation/application/tooladapter/simucom/model/util/SimucomtooladapterXMLProcessor.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.util;
-
-import java.util.Map;
-
-import org.eclipse.emf.ecore.EPackage;
-import org.eclipse.emf.ecore.resource.Resource;
-import org.eclipse.emf.ecore.xmi.util.XMLProcessor;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model.SimucomtooladapterPackage;
-
-/**
- * This class contains helper methods to serialize and deserialize XML documents
- *
- * @generated
- */
-public class SimucomtooladapterXMLProcessor extends XMLProcessor {
-
- /**
- * Public constructor to instantiate the helper.
- *
- * @generated
- */
- public SimucomtooladapterXMLProcessor() {
- super((EPackage.Registry.INSTANCE));
- SimucomtooladapterPackage.eINSTANCE.eClass();
- }
-
- /**
- * Register for "*" and "xml" file extensions the SimucomtooladapterResourceFactoryImpl factory.
- *
- *
- * @generated
- */
- @Override
- protected Map getRegistrations() {
- if (this.registrations == null) {
- super.getRegistrations();
- this.registrations.put(XML_EXTENSION, new SimucomtooladapterResourceFactoryImpl());
- this.registrations.put(STAR_EXTENSION, new SimucomtooladapterResourceFactoryImpl());
- }
- return this.registrations;
- }
-
-} // SimucomtooladapterXMLProcessor
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/.classpath b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/.classpath
index c3ba59e4..d837b662 100644
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/.classpath
+++ b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/.classpath
@@ -1,7 +1,11 @@
-
-
+
+
+
+
+
+
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/build.properties b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/build.properties
index 6e3e902e..a3c4e32a 100644
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/build.properties
+++ b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/build.properties
@@ -6,5 +6,5 @@ bin.includes = .,\
plugin.xml,\
plugin.properties
jars.compile.order = .
-source.. = src/
+source.. = src-gen/
output.. = bin/
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_datasource_FileDatasource.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_datasource_FileDatasource.gif
new file mode 100644
index 00000000..f6c63167
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_datasource_FileDatasource.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_datasource_MemoryDatasource.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_datasource_MemoryDatasource.gif
new file mode 100644
index 00000000..e2066510
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_datasource_MemoryDatasource.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_randomNumberGeneratorSeed_RandomNumberGeneratorSeed.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_randomNumberGeneratorSeed_RandomNumberGeneratorSeed.gif
new file mode 100644
index 00000000..d7c5af79
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_randomNumberGeneratorSeed_RandomNumberGeneratorSeed.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_stopConditions_MeasurementCountStopCondition.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_stopConditions_MeasurementCountStopCondition.gif
new file mode 100644
index 00000000..6b0229f0
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_stopConditions_MeasurementCountStopCondition.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_stopConditions_SimTimeStopCondition.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_stopConditions_SimTimeStopCondition.gif
new file mode 100644
index 00000000..f08baac4
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateAbstractSimulationConfiguration_stopConditions_SimTimeStopCondition.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperimentRepository_experiments_Experiment.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperimentRepository_experiments_Experiment.gif
new file mode 100644
index 00000000..decea7ba
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperimentRepository_experiments_Experiment.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_experimentDesign_FullFactorialDesign.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_experimentDesign_FullFactorialDesign.gif
new file mode 100644
index 00000000..5f2cec76
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_experimentDesign_FullFactorialDesign.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_experimentDesign_OneFactorAtATime.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_experimentDesign_OneFactorAtATime.gif
new file mode 100644
index 00000000..2f9f86f0
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_experimentDesign_OneFactorAtATime.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_initialModel_InitialModel.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_initialModel_InitialModel.gif
new file mode 100644
index 00000000..9d6e42e4
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_initialModel_InitialModel.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_modifications_ObjectModification.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_modifications_ObjectModification.gif
new file mode 100644
index 00000000..3cc3c1b0
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_modifications_ObjectModification.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_modifications_SchedulingPolicy2DelayModification.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_modifications_SchedulingPolicy2DelayModification.gif
new file mode 100644
index 00000000..6fc892d0
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_modifications_SchedulingPolicy2DelayModification.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_JMXMeasurement.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_JMXMeasurement.gif
new file mode 100644
index 00000000..9d6e42e4
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_JMXMeasurement.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_ProfilingMeasurement.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_ProfilingMeasurement.gif
new file mode 100644
index 00000000..d0066efa
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_ProfilingMeasurement.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_SimulationDurationMeasurement.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_SimulationDurationMeasurement.gif
new file mode 100644
index 00000000..29daffe9
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_responseMeasurement_SimulationDurationMeasurement.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_stopConditions_MeasurementCountStopCondition.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_stopConditions_MeasurementCountStopCondition.gif
new file mode 100644
index 00000000..9d6e42e4
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_stopConditions_MeasurementCountStopCondition.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_stopConditions_SimTimeStopCondition.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_stopConditions_SimTimeStopCondition.gif
new file mode 100644
index 00000000..19ae1446
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_stopConditions_SimTimeStopCondition.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_variations_Variation.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_variations_Variation.gif
new file mode 100644
index 00000000..8f7d7ca6
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateExperiment_variations_Variation.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_ExponentialValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_ExponentialValueProvider.gif
new file mode 100644
index 00000000..fb796c94
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_ExponentialValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_LinearValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_LinearValueProvider.gif
new file mode 100644
index 00000000..db9d0e3f
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_LinearValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_NestedIntervalsDoubleValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_NestedIntervalsDoubleValueProvider.gif
new file mode 100644
index 00000000..01fd9b72
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_NestedIntervalsDoubleValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_NestedIntervalsLongValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_NestedIntervalsLongValueProvider.gif
new file mode 100644
index 00000000..3b7df1a6
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_NestedIntervalsLongValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_PolynomialValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_PolynomialValueProvider.gif
new file mode 100644
index 00000000..a9aaa510
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_PolynomialValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_SetValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_SetValueProvider.gif
new file mode 100644
index 00000000..78987b08
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/ctool16/CreateVariation_valueProvider_SetValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/Experiment.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/Experiment.gif
new file mode 100644
index 00000000..d3dc5a9a
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/Experiment.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ExperimentRepository.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ExperimentRepository.gif
new file mode 100644
index 00000000..ed874747
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ExperimentRepository.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ExponentialValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ExponentialValueProvider.gif
new file mode 100644
index 00000000..338fb8d9
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ExponentialValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FileDatasource.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FileDatasource.gif
new file mode 100644
index 00000000..c414fe9f
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FileDatasource.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FractionalFactorialDesign.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FractionalFactorialDesign.gif
new file mode 100644
index 00000000..a17dc7d8
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FractionalFactorialDesign.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FullFactorialDesign.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FullFactorialDesign.gif
new file mode 100644
index 00000000..c00aedf4
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/FullFactorialDesign.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/InitialModel.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/InitialModel.gif
new file mode 100644
index 00000000..5a9bc751
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/InitialModel.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/JMXMeasurement.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/JMXMeasurement.gif
new file mode 100644
index 00000000..5a9bc751
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/JMXMeasurement.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/LinearValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/LinearValueProvider.gif
new file mode 100644
index 00000000..d3dc5a9a
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/LinearValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/MeasurementCountStopCondition.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/MeasurementCountStopCondition.gif
new file mode 100644
index 00000000..5a9bc751
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/MeasurementCountStopCondition.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/MemoryDatasource.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/MemoryDatasource.gif
new file mode 100644
index 00000000..05dc74ad
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/MemoryDatasource.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/NestedIntervalsDoubleValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/NestedIntervalsDoubleValueProvider.gif
new file mode 100644
index 00000000..134551bf
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/NestedIntervalsDoubleValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/NestedIntervalsLongValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/NestedIntervalsLongValueProvider.gif
new file mode 100644
index 00000000..5a9bc751
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/NestedIntervalsLongValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ObjectModification.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ObjectModification.gif
new file mode 100644
index 00000000..ed874747
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ObjectModification.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/OneFactorAtATime.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/OneFactorAtATime.gif
new file mode 100644
index 00000000..4365960a
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/OneFactorAtATime.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/PlacketBurmanDesign.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/PlacketBurmanDesign.gif
new file mode 100644
index 00000000..5a9bc751
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/PlacketBurmanDesign.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/PolynomialValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/PolynomialValueProvider.gif
new file mode 100644
index 00000000..badaab06
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/PolynomialValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ProfilingMeasurement.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ProfilingMeasurement.gif
new file mode 100644
index 00000000..c4fb30e9
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ProfilingMeasurement.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/RandomNumberGeneratorSeed.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/RandomNumberGeneratorSeed.gif
new file mode 100644
index 00000000..a17dc7d8
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/RandomNumberGeneratorSeed.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ReconfigurationRulesFolder.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ReconfigurationRulesFolder.gif
new file mode 100644
index 00000000..cb1755a7
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/ReconfigurationRulesFolder.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SchedulingPolicy2DelayModification.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SchedulingPolicy2DelayModification.gif
new file mode 100644
index 00000000..a3908bcf
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SchedulingPolicy2DelayModification.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SetValueProvider.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SetValueProvider.gif
new file mode 100644
index 00000000..c4a8af41
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SetValueProvider.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SimTimeStopCondition.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SimTimeStopCondition.gif
new file mode 100644
index 00000000..afb82ea4
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SimTimeStopCondition.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SimulationDurationMeasurement.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SimulationDurationMeasurement.gif
new file mode 100644
index 00000000..c8d381f0
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/SimulationDurationMeasurement.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/Variation.gif b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/Variation.gif
new file mode 100644
index 00000000..48e3cf22
Binary files /dev/null and b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/icons/full/obj16/Variation.gif differ
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/plugin.properties b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/plugin.properties
index d159b064..c5f7a8d1 100644
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/plugin.properties
+++ b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/plugin.properties
@@ -19,3 +19,101 @@ _UI_Unknown_datatype= Value
_UI_Unknown_feature = Unspecified
+_UI_AbstractSimulationConfiguration_type = Abstract Simulation Configuration
+_UI_RandomNumberGeneratorSeed_type = Random Number Generator Seed
+_UI_EDP2Datasource_type = EDP2 Datasource
+_UI_MemoryDatasource_type = Memory Datasource
+_UI_FileDatasource_type = File Datasource
+_UI_MeasurementCountStopCondition_type = Measurement Count Stop Condition
+_UI_SimTimeStopCondition_type = Sim Time Stop Condition
+_UI_StopCondition_type = Stop Condition
+_UI_ExperimentRepository_type = Experiment Repository
+_UI_Experiment_type = Experiment
+_UI_Variation_type = Variation
+_UI_ValueProvider_type = Value Provider
+_UI_ToolConfiguration_type = Tool Configuration
+_UI_ExperimentDesign_type = Experiment Design
+_UI_ResponseMeasurement_type = Response Measurement
+_UI_PolynomialValueProvider_type = Polynomial Value Provider
+_UI_ExponentialValueProvider_type = Exponential Value Provider
+_UI_SetValueProvider_type = Set Value Provider
+_UI_PlacketBurmanDesign_type = Placket Burman Design
+_UI_FullFactorialDesign_type = Full Factorial Design
+_UI_FractionalFactorialDesign_type = Fractional Factorial Design
+_UI_OneFactorAtATime_type = One Factor At ATime
+_UI_SimulationDurationMeasurement_type = Simulation Duration Measurement
+_UI_ProfilingMeasurement_type = Profiling Measurement
+_UI_JMXMeasurement_type = JMX Measurement
+_UI_LinearValueProvider_type = Linear Value Provider
+_UI_ObjectModification_type = Object Modification
+_UI_InitialModel_type = Initial Model
+_UI_ReconfigurationRulesFolder_type = Reconfiguration Rules Folder
+_UI_NestedIntervalsDoubleValueProvider_type = Nested Intervals Double Value Provider
+_UI_NestedIntervalsLongValueProvider_type = Nested Intervals Long Value Provider
+_UI_Modification_type = Modification
+_UI_SchedulingPolicy2DelayModification_type = Scheduling Policy2 Delay Modification
+_UI_AbstractSimulationConfiguration_stopConditions_feature = Stop Conditions
+_UI_AbstractSimulationConfiguration_randomNumberGeneratorSeed_feature = Random Number Generator Seed
+_UI_AbstractSimulationConfiguration_simulateLinkingResources_feature = Simulate Linking Resources
+_UI_AbstractSimulationConfiguration_simulateFailures_feature = Simulate Failures
+_UI_AbstractSimulationConfiguration_datasource_feature = Datasource
+_UI_RandomNumberGeneratorSeed_seed0_feature = Seed0
+_UI_RandomNumberGeneratorSeed_seed1_feature = Seed1
+_UI_RandomNumberGeneratorSeed_seed2_feature = Seed2
+_UI_RandomNumberGeneratorSeed_seed3_feature = Seed3
+_UI_RandomNumberGeneratorSeed_seed4_feature = Seed4
+_UI_RandomNumberGeneratorSeed_seed5_feature = Seed5
+_UI_EDP2Datasource_id_feature = Id
+_UI_FileDatasource_location_feature = Location
+_UI_FileDatasource_exportOption_feature = Export Option
+_UI_MeasurementCountStopCondition_measurementCount_feature = Measurement Count
+_UI_SimTimeStopCondition_simulationTime_feature = Simulation Time
+_UI_ExperimentRepository_experiments_feature = Experiments
+_UI_Experiment_variations_feature = Variations
+_UI_Experiment_modifications_feature = Modifications
+_UI_Experiment_id_feature = Id
+_UI_Experiment_name_feature = Name
+_UI_Experiment_toolConfiguration_feature = Tool Configuration
+_UI_Experiment_stopConditions_feature = Stop Conditions
+_UI_Experiment_description_feature = Description
+_UI_Experiment_experimentDesign_feature = Experiment Design
+_UI_Experiment_responseMeasurement_feature = Response Measurement
+_UI_Experiment_initialModel_feature = Initial Model
+_UI_Experiment_repetitions_feature = Repetitions
+_UI_Variation_type_feature = Type
+_UI_Variation_valueProvider_feature = Value Provider
+_UI_Variation_minValue_feature = Min Value
+_UI_Variation_maxValue_feature = Max Value
+_UI_Variation_maxVariations_feature = Max Variations
+_UI_Variation_variedObjectId_feature = Varied Object Id
+_UI_Variation_name_feature = Name
+_UI_ToolConfiguration_name_feature = Name
+_UI_PolynomialValueProvider_exponent_feature = Exponent
+_UI_PolynomialValueProvider_factor_feature = Factor
+_UI_ExponentialValueProvider_base_feature = Base
+_UI_SetValueProvider_values_feature = Values
+_UI_JMXMeasurement_pollingPeriod_feature = Polling Period
+_UI_LinearValueProvider_summand_feature = Summand
+_UI_LinearValueProvider_factor_feature = Factor
+_UI_ObjectModification_type_feature = Type
+_UI_ObjectModification_name_feature = Name
+_UI_ObjectModification_variedObjectId_feature = Varied Object Id
+_UI_ObjectModification_value_feature = Value
+_UI_InitialModel_usageModel_feature = Usage Model
+_UI_InitialModel_allocation_feature = Allocation
+_UI_InitialModel_middlewareRepository_feature = Middleware Repository
+_UI_InitialModel_eventMiddleWareRepository_feature = Event Middle Ware Repository
+_UI_InitialModel_reconfigurationRules_feature = Reconfiguration Rules
+_UI_InitialModel_monitorRepository_feature = Monitor Repository
+_UI_InitialModel_serviceLevelObjectives_feature = Service Level Objectives
+_UI_InitialModel_repository_feature = Repository
+_UI_InitialModel_system_feature = System
+_UI_InitialModel_resourceEnvironment_feature = Resource Environment
+_UI_InitialModel_usageEvolution_feature = Usage Evolution
+_UI_ReconfigurationRulesFolder_folderUri_feature = Folder Uri
+_UI_NestedIntervalsDoubleValueProvider_minValue_feature = Min Value
+_UI_NestedIntervalsDoubleValueProvider_maxValue_feature = Max Value
+_UI_NestedIntervalsLongValueProvider_minValue_feature = Min Value
+_UI_NestedIntervalsLongValueProvider_maxValue_feature = Max Value
+_UI_ExportOption_EDP2_literal = EDP2
+_UI_ExportOption_CSV_literal = CSV
diff --git a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/src/org/palladiosimulator/experimentautomation/application/tooladapter/simulizar/model/provider/SimuLizarConfigurationItemProvider.java b/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/src/org/palladiosimulator/experimentautomation/application/tooladapter/simulizar/model/provider/SimuLizarConfigurationItemProvider.java
deleted file mode 100644
index 8a109e20..00000000
--- a/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.edit/src/org/palladiosimulator/experimentautomation/application/tooladapter/simulizar/model/provider/SimuLizarConfigurationItemProvider.java
+++ /dev/null
@@ -1,107 +0,0 @@
-/**
- */
-package org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.provider;
-
-import java.util.Collection;
-import java.util.List;
-
-import org.eclipse.emf.common.notify.AdapterFactory;
-import org.eclipse.emf.common.notify.Notification;
-import org.eclipse.emf.common.util.ResourceLocator;
-import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;
-import org.palladiosimulator.experimentautomation.abstractsimulation.provider.AbstractSimulationConfigurationItemProvider;
-import org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.SimuLizarConfiguration;
-
-/**
- * This is the item provider adapter for a
- * {@link org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model.SimuLizarConfiguration}
- * object.
- *
- * @generated
- */
-public class SimuLizarConfigurationItemProvider extends AbstractSimulationConfigurationItemProvider {
- /**
- * This constructs an instance from a factory and a notifier.
- *
- * @generated
- */
- public SimuLizarConfigurationItemProvider(final AdapterFactory adapterFactory) {
- super(adapterFactory);
- }
-
- /**
- * This returns the property descriptors for the adapted class.
- *
- * @generated
- */
- @Override
- public List getPropertyDescriptors(final Object object) {
- if (this.itemPropertyDescriptors == null) {
- super.getPropertyDescriptors(object);
-
- }
- return this.itemPropertyDescriptors;
- }
-
- /**
- * This returns SimuLizarConfiguration.gif.
- *
- * @generated
- */
- @Override
- public Object getImage(final Object object) {
- return this.overlayImage(object, this.getResourceLocator()
- .getImage("full/obj16/SimuLizarConfiguration"));
- }
-
- /**
- * This returns the label text for the adapted class.
- *
- * @generated
- */
- @Override
- public String getText(final Object object) {
- final String label = ((SimuLizarConfiguration) object).getName();
- return label == null || label.length() == 0 ? this.getString("_UI_SimuLizarConfiguration_type")
- : this.getString("_UI_SimuLizarConfiguration_type") + " " + label;
- }
-
- /**
- * This handles model notifications by calling {@link #updateChildren} to update any cached
- * children and by creating a viewer notification, which it passes to
- * {@link #fireNotifyChanged}.
- *
- * @generated
- */
- @Override
- public void notifyChanged(final Notification notification) {
- this.updateChildren(notification);
- super.notifyChanged(notification);
- }
-
- /**
- * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children that
- * can be created under this object.
- *
- * @generated
- */
- @Override
- protected void collectNewChildDescriptors(final Collection