Interface UtilPackage

  • All Superinterfaces:
    EModelElement, ENamedElement, EObject, EPackage, Notifier
    All Known Implementing Classes:
    UtilPackageImpl

    public interface UtilPackage
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    UtilFactory
    Generated class or method.
    EMF model class or method.
    kind="package"
    • Method Detail

      • getMeasuringValue

        EDataType getMeasuringValue()
        Returns the meta object for data type 'Measuring Value'.
        Returns:
        the meta object for data type 'Measuring Value'.
        See Also:
        MeasuringValue
        Generated class or method.
        EMF model class or method.
        instanceClass="org.palladiosimulator.measurementframework.MeasuringValue"
      • getTupleMeasurement

        EDataType getTupleMeasurement()
        Returns the meta object for data type 'Tuple Measurement'.
        Returns:
        the meta object for data type 'Tuple Measurement'.
        See Also:
        TupleMeasurement
        Generated class or method.
        EMF model class or method.
        instanceClass="org.palladiosimulator.measurementframework.TupleMeasurement"
      • getFunc

        EDataType getFunc()
        Returns the meta object for data type 'Func'.
        Returns:
        the meta object for data type 'Func'.
        See Also:
        UnaryOperator
        Generated class or method.
        EMF model class or method.
        instanceClass="java.util.function.UnaryOperator" typeParameters="T"
      • getUtilFactory

        UtilFactory getUtilFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated class or method.