All Implemented Interfaces:
Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BinaryResourceImpl.DataConverter.Factory, UtilFactory

public class UtilFactoryImpl extends EFactoryImpl implements UtilFactory
An implementation of the model Factory.
Generated class or method.
  • Constructor Details

    • UtilFactoryImpl

      public UtilFactoryImpl()
      Creates an instance of the factory.
      Generated class or method.
  • Method Details

    • init

      public static UtilFactory init()
      Creates the default factory implementation.
      Generated class or method.
    • create

      public EObject create(EClass eClass)
      Specified by:
      create in interface EFactory
      Overrides:
      create in class EFactoryImpl
      Generated class or method.
    • createFromString

      public Object createFromString(EDataType eDataType, String initialValue)
      Specified by:
      createFromString in interface EFactory
      Overrides:
      createFromString in class EFactoryImpl
      Generated class or method.
    • convertToString

      public String convertToString(EDataType eDataType, Object instanceValue)
      Specified by:
      convertToString in interface EFactory
      Overrides:
      convertToString in class EFactoryImpl
      Generated class or method.
    • createMeasuringValueFromString

      public org.palladiosimulator.measurementframework.MeasuringValue createMeasuringValueFromString(EDataType eDataType, String initialValue)
      Generated class or method.
    • convertMeasuringValueToString

      public String convertMeasuringValueToString(EDataType eDataType, Object instanceValue)
      Generated class or method.
    • createTupleMeasurementFromString

      public org.palladiosimulator.measurementframework.TupleMeasurement createTupleMeasurementFromString(EDataType eDataType, String initialValue)
      Generated class or method.
    • convertTupleMeasurementToString

      public String convertTupleMeasurementToString(EDataType eDataType, Object instanceValue)
      Generated class or method.
    • createFuncFromString

      public UnaryOperator<?> createFuncFromString(EDataType eDataType, String initialValue)
      Generated class or method.
    • convertFuncToString

      public String convertFuncToString(EDataType eDataType, Object instanceValue)
      Generated class or method.
    • getUtilPackage

      public UtilPackage getUtilPackage()
      Specified by:
      getUtilPackage in interface UtilFactory
      Returns:
      the package supported by this factory.
      Generated class or method.
    • getPackage

      @Deprecated public static UtilPackage getPackage()
      Deprecated.
      Generated class or method.