Class UtilFactoryImpl

    • Constructor Detail

      • UtilFactoryImpl

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

      • init

        public static UtilFactory init()
        Creates the default factory implementation.
        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.