Interface PcmPackage

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

    public interface PcmPackage
    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
    This package is the root package of all packages of the Palladio Component Model (PCM).
    See Also:
    PcmFactory
    Generated class or method.
    EMF model class or method.
    kind="package" annotation= "http://www.eclipse.org/OCL/Import ecore='http://www.eclipse.org/emf/2002/Ecore' identifier='../../../plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#/' stoex='../../../plugin/de.uka.ipd.sdq.stoex/model/stoex.ecore#/' units='../../../plugin/de.uka.ipd.sdq.units/model/Units.ecore#/'"
    • Method Detail

      • getDummyClass

        EClass getDummyClass()
        Returns the meta object for class 'Dummy Class'.
        Returns:
        the meta object for class 'Dummy Class'.
        See Also:
        DummyClass
        Generated class or method.
      • getPcmFactory

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