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" annotation="http://www.eclipse.org/emf/2002/Ecore invocationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL' settingDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL' validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL environmentFactoryClass='org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory'"
    • Field Detail

      • eINSTANCE

        static final UtilPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • DATA_MAPPING__ID

        static final int DATA_MAPPING__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DATA_MAPPING__FROM

        static final int DATA_MAPPING__FROM
        The feature id for the 'From' reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DATA_MAPPING__TO

        static final int DATA_MAPPING__TO
        The feature id for the 'To' reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DATA_MAPPING_FEATURE_COUNT

        static final int DATA_MAPPING_FEATURE_COUNT
        The number of structural features of the 'Data Mapping' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getDataMapping

        EClass getDataMapping()
        Returns the meta object for class 'Data Mapping'.
        Returns:
        the meta object for class 'Data Mapping'.
        See Also:
        DataMapping
        Generated class or method.
      • 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.