Search in sources :

Example 1 with ResourceenvironmentPackage

use of org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentPackage in project iobserve-analysis by research-iobserve.

the class SystemadaptationPackageImpl method initializePackageContents.

/**
 * Complete the initialization of the package and its meta-model.  This
 * method is guarded to have no affect on any invocation but its first.
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @generated
 */
public void initializePackageContents() {
    if (isInitialized)
        return;
    isInitialized = true;
    // Initialize package
    setName(eNAME);
    setNsPrefix(eNS_PREFIX);
    setNsURI(eNS_URI);
    // Obtain other dependent packages
    AllocationPackage theAllocationPackage = (AllocationPackage) EPackage.Registry.INSTANCE.getEPackage(AllocationPackage.eNS_URI);
    ResourceenvironmentPackage theResourceenvironmentPackage = (ResourceenvironmentPackage) EPackage.Registry.INSTANCE.getEPackage(ResourceenvironmentPackage.eNS_URI);
    // Create type parameters
    // Set bounds for type parameters
    // Add supertypes to classes
    assemblyContextActionEClass.getESuperTypes().add(this.getComposedAction());
    resourceContainerActionEClass.getESuperTypes().add(this.getComposedAction());
    changeRepositoryComponentActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    replicateActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    dereplicateActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    migrateActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    allocateActionEClass.getESuperTypes().add(this.getResourceContainerAction());
    deallocateActionEClass.getESuperTypes().add(this.getResourceContainerAction());
    // Initialize classes and features; add operations and parameters
    initEClass(systemAdaptationEClass, SystemAdaptation.class, "SystemAdaptation", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getSystemAdaptation_Actions(), this.getComposedAction(), null, "actions", null, 0, -1, SystemAdaptation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(composedActionEClass, ComposedAction.class, "ComposedAction", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(assemblyContextActionEClass, AssemblyContextAction.class, "AssemblyContextAction", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getAssemblyContextAction_TargetAllocationContext(), theAllocationPackage.getAllocationContext(), null, "targetAllocationContext", null, 1, 1, AssemblyContextAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getAssemblyContextAction_TargetProvidingAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "targetProvidingAllocationContexts", null, 0, -1, AssemblyContextAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getAssemblyContextAction_TargetRequiringAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "targetRequiringAllocationContexts", null, 0, -1, AssemblyContextAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(resourceContainerActionEClass, ResourceContainerAction.class, "ResourceContainerAction", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getResourceContainerAction_TargetResourceContainer(), theResourceenvironmentPackage.getResourceContainer(), null, "targetResourceContainer", null, 1, 1, ResourceContainerAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getResourceContainerAction_TargetLinkingResources(), theResourceenvironmentPackage.getLinkingResource(), null, "targetLinkingResources", null, 0, -1, ResourceContainerAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(changeRepositoryComponentActionEClass, ChangeRepositoryComponentAction.class, "ChangeRepositoryComponentAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getChangeRepositoryComponentAction_SourceAllocationContext(), theAllocationPackage.getAllocationContext(), null, "sourceAllocationContext", null, 1, 1, ChangeRepositoryComponentAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(replicateActionEClass, ReplicateAction.class, "ReplicateAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getReplicateAction_SourceAllocationContext(), theAllocationPackage.getAllocationContext(), null, "sourceAllocationContext", null, 1, 1, ReplicateAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(dereplicateActionEClass, DereplicateAction.class, "DereplicateAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(migrateActionEClass, MigrateAction.class, "MigrateAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getMigrateAction_SourceAllocationContext(), theAllocationPackage.getAllocationContext(), null, "sourceAllocationContext", null, 1, 1, MigrateAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getMigrateAction_SourceProvidingAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "sourceProvidingAllocationContexts", null, 0, -1, MigrateAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getMigrateAction_SourceRequiringAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "sourceRequiringAllocationContexts", null, 0, -1, MigrateAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(allocateActionEClass, AllocateAction.class, "AllocateAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(deallocateActionEClass, DeallocateAction.class, "DeallocateAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    // Create resource
    createResource(eNS_URI);
}
Also used : ResourceenvironmentPackage(org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentPackage) AllocationPackage(org.palladiosimulator.pcm.allocation.AllocationPackage)

Example 2 with ResourceenvironmentPackage

use of org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentPackage in project iobserve-analysis by research-iobserve.

the class PrivacyPackageImpl method initializePackageContents.

/**
 * Complete the initialization of the package and its meta-model.  This
 * method is guarded to have no affect on any invocation but its first.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void initializePackageContents() {
    if (isInitialized)
        return;
    isInitialized = true;
    // Initialize package
    setName(eNAME);
    setNsPrefix(eNS_PREFIX);
    setNsURI(eNS_URI);
    // Obtain other dependent packages
    RepositoryPackage theRepositoryPackage = (RepositoryPackage) EPackage.Registry.INSTANCE.getEPackage(RepositoryPackage.eNS_URI);
    ResourceenvironmentPackage theResourceenvironmentPackage = (ResourceenvironmentPackage) EPackage.Registry.INSTANCE.getEPackage(ResourceenvironmentPackage.eNS_URI);
    // Create type parameters
    // Set bounds for type parameters
    // Add supertypes to classes
    returnTypeDataProtectionEClass.getESuperTypes().add(this.getIDataProtectionAnnotation());
    parameterDataProtectionEClass.getESuperTypes().add(this.getIDataProtectionAnnotation());
    // Initialize classes, features, and operations; add parameters
    initEClass(dataProtectionModelEClass, DataProtectionModel.class, "DataProtectionModel", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getDataProtectionModel_ResourceContainerLocations(), this.getGeoLocation(), null, "resourceContainerLocations", null, 0, -1, DataProtectionModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getDataProtectionModel_PrivacyLevels(), this.getIDataProtectionAnnotation(), null, "privacyLevels", null, 0, -1, DataProtectionModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getDataProtectionModel_EncapsulatedDataSources(), this.getEncapsulatedDataSource(), null, "encapsulatedDataSources", null, 0, -1, DataProtectionModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(returnTypeDataProtectionEClass, ReturnTypeDataProtection.class, "ReturnTypeDataProtection", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getReturnTypeDataProtection_OperationSignature(), theRepositoryPackage.getOperationSignature(), null, "operationSignature", null, 1, 1, ReturnTypeDataProtection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(iDataProtectionAnnotationEClass, IDataProtectionAnnotation.class, "IDataProtectionAnnotation", IS_ABSTRACT, IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEAttribute(getIDataProtectionAnnotation_Level(), this.getEDataProtectionLevel(), "level", null, 1, 1, IDataProtectionAnnotation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(geoLocationEClass, GeoLocation.class, "GeoLocation", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEAttribute(getGeoLocation_Isocode(), this.getEISOCode(), "isocode", null, 0, 1, GeoLocation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getGeoLocation_ResourceContainer(), theResourceenvironmentPackage.getResourceContainer(), null, "resourceContainer", null, 1, 1, GeoLocation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED);
    initEClass(parameterDataProtectionEClass, ParameterDataProtection.class, "ParameterDataProtection", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getParameterDataProtection_Parameter(), theRepositoryPackage.getParameter(), null, "parameter", null, 1, 1, ParameterDataProtection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(encapsulatedDataSourceEClass, EncapsulatedDataSource.class, "EncapsulatedDataSource", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEAttribute(getEncapsulatedDataSource_DataSource(), ecorePackage.getEBoolean(), "dataSource", null, 0, 1, EncapsulatedDataSource.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getEncapsulatedDataSource_Component(), theRepositoryPackage.getBasicComponent(), null, "component", null, 1, 1, EncapsulatedDataSource.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    // Initialize enums and add enum literals
    initEEnum(eDataProtectionLevelEEnum, EDataProtectionLevel.class, "EDataProtectionLevel");
    addEEnumLiteral(eDataProtectionLevelEEnum, EDataProtectionLevel.ANONYMOUS);
    addEEnumLiteral(eDataProtectionLevelEEnum, EDataProtectionLevel.DEPERSONALIZED);
    addEEnumLiteral(eDataProtectionLevelEEnum, EDataProtectionLevel.PERSONAL);
    initEEnum(eisoCodeEEnum, EISOCode.class, "EISOCode");
    addEEnumLiteral(eisoCodeEEnum, EISOCode.AFGHANISTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ALBANIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ANTARCTICA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ALGERIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.AMERICAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ANDORRA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ANGOLA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ANTIGUA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.AZERBAIJAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ARGENTINA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.AUSTRALIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.AUSTRIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BAHAMAS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BAHRAIN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BANGLADESH);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ARMENIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BARBADOS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BELGIUM);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BERMUDA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BHUTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BOLIVIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BOSNIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BOTSWANA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BOUVET);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BRAZIL);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BELIZE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BRITISH_INDIAN_OCEAN_TERRITORY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SOLOMON_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.VIRGIN_ISLANDS_UK);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BRUNEI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BULGARIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MYANMAR);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BURUNDI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BELARUS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CAMBODIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CAMEROON);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CANADA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CABO_VERDE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CAYMAN_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CENTRAL_AFRICAN_REPUBLIC);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SRI_LANKA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CHAD);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CHILE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CHINA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TAIWAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CHRISTMAS_ISLAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.COCOS_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.COLOMBIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.COMOROS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MAYOTTE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CONGO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.DR_CONGO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.COOK_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.COSTA_RICA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CROATIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CUBA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CYPRUS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CZECHIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BENIN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.DENMARK);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.DOMINICA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.DOMINICAN_REPUBLIC);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ECUADOR);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.EL_SALVADOR);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.EQUATORIAL_GUINEA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ETHIOPIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ERITREA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ESTONIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FAROE_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FALKLAND_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SOUTH_GEORGIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FIJI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FINLAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ALAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FRANCE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FRENCH_GUINEA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FRENCH_POLINESIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.FRENCH_SOUTHERN_TERRITORIES);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.DJIBOUTI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GABON);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GEORGIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GAMBIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PALESTINE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GERMANY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GHANA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GIBRALTAR);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.KIRIBATI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GREECE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GREENLAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GRENADA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GUADELOUPE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GUAM);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GUATEMALA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GUINEA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GUYANA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.HAITI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.HEARD_ISLAND_AND_MC_DONALD_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.HOLY_SEE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.HONDURAS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.HONG_KONG);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.HUNGARY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ICELAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.INDIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.INDONESIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.IRAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.IRAQ);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.IRELAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ISRAEL);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ITALY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.COTE_DIVOIRE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.JAMAICA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.JAPAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.KAZAKHSTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.JORDAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.KENYA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NORTH_KOREA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SOUTH_KOREA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.KUWAIT);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.KYRGYZSTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.DEMOCRATIC_PEOPLE_SREPUBLIC_OF_LAO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LEBANON);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LESOTHO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LATVIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LIBERIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LIBYA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LIECHTENSTEIN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LITHUANIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.LUXEMBOURG);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MACAO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MADAGASCAR);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MALAWI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MALAYSIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MALDIVES);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MALI);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MALTA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MARTINIQUE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MAURITANIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MAURITIUS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MEXICO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MONACO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MONGOLIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MOLDOVA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MONTENEGRO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MONTSERRAT);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MOROCCO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MOZAMBIQUE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.OMAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NAMIBIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NAURU);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NEPAL);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NETHERLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.CURACAO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ARUBA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SINT_MAARTEN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BONAIRE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NEW_CALEDONIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.VANUATU);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NEW_ZEALAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NICARAGUA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NIGER);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NIGERIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NIUE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NORFOLK_ISLAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NORWAY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.NORTHERN_MARIANA_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.UNITED_STATES_MINOR_OUTLYING_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MICRONESIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MARSHALL_ISLANDS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PALAU);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PAKISTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PANAMA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PAPUA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PARAGUAY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PERU);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PHILIPPINES);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PITCAIRN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.POLAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PORTUGAL);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GUINEA_BISSAU);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TIMOR_LESTE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.PUERTO_RICO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.QATAR);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.REUNION);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ROMANIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.RUSSIAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.RWANDA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAINT_BARTHELEMY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAINT_HELENA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAINT_KITTS_AND_NAVIS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ANGUILLA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAINT_LUCIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAINT_MARTIN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAINT_PIERRE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAINT_VINCENT);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAN_MARINO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAO_TOME);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAUDI_ARABIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SENEGAL);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SERBIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SEYCHELLES);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SIERRA_LEONE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SINGAPORE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SLOVAKIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.VIETNAM);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SLOVENIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SOMALIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SOUTH_AFRICA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ZIMBABWE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SPAIN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SOUTH_SUDAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SUDAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.WESTERN_SAHARA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SURINAME);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SVALBARD);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SWAZILAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SWEDEN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SWITZERLAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SYRIAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TAJIKISTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.THAILAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TOGO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TOKELAU);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TONGA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TRINIDAD);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.UNITED_ARAB_EMIRATES);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TUNISIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TURKEY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TURKMENISTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TURKS_ISLAND);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TUVALU);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.UGANDA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.UKRAINE);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.MACEDONIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.EGYPT);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.UNITED_KINGDOM);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.GUERNSEY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.JERSEY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ISLE_OF_MEN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.TANZANIA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.USA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.VIRGIN_ISLANDS_US);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.BURKINA_FASO);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.URUGUAY);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.UZBEKISTAN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.VENEZUELA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.WALLIS);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.SAMOA);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.YEMEN);
    addEEnumLiteral(eisoCodeEEnum, EISOCode.ZAMBIA);
    // Create resource
    createResource(eNS_URI);
}
Also used : ResourceenvironmentPackage(org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentPackage) RepositoryPackage(org.palladiosimulator.pcm.repository.RepositoryPackage)

Example 3 with ResourceenvironmentPackage

use of org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentPackage in project iobserve-analysis by research-iobserve.

the class ExecutionplanPackageImpl method initializePackageContents.

/**
 * Complete the initialization of the package and its meta-model.  This
 * method is guarded to have no affect on any invocation but its first.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void initializePackageContents() {
    if (isInitialized)
        return;
    isInitialized = true;
    // Initialize package
    setName(eNAME);
    setNsPrefix(eNS_PREFIX);
    setNsURI(eNS_URI);
    // Obtain other dependent packages
    AllocationPackage theAllocationPackage = (AllocationPackage) EPackage.Registry.INSTANCE.getEPackage(AllocationPackage.eNS_URI);
    ResourceenvironmentPackage theResourceenvironmentPackage = (ResourceenvironmentPackage) EPackage.Registry.INSTANCE.getEPackage(ResourceenvironmentPackage.eNS_URI);
    // Create type parameters
    // Set bounds for type parameters
    // Add supertypes to classes
    assemblyContextActionEClass.getESuperTypes().add(this.getAtomicAction());
    resourceContainerActionEClass.getESuperTypes().add(this.getAtomicAction());
    deployComponentActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    undeployComponentActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    migrateComponentStateActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    connectComponentActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    blockRequestsToComponentActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    disconnectComponentActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    finishComponentActionEClass.getESuperTypes().add(this.getAssemblyContextAction());
    allocateNodeActionEClass.getESuperTypes().add(this.getResourceContainerAction());
    deallocateNodeActionEClass.getESuperTypes().add(this.getResourceContainerAction());
    connectNodeActionEClass.getESuperTypes().add(this.getResourceContainerAction());
    disconnectNodeActionEClass.getESuperTypes().add(this.getResourceContainerAction());
    // Initialize classes and features; add operations and parameters
    initEClass(executionPlanEClass, ExecutionPlan.class, "ExecutionPlan", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getExecutionPlan_Actions(), this.getAtomicAction(), null, "actions", null, 0, -1, ExecutionPlan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(atomicActionEClass, AtomicAction.class, "AtomicAction", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(assemblyContextActionEClass, AssemblyContextAction.class, "AssemblyContextAction", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getAssemblyContextAction_TargetAllocationContext(), theAllocationPackage.getAllocationContext(), null, "targetAllocationContext", null, 1, 1, AssemblyContextAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(resourceContainerActionEClass, ResourceContainerAction.class, "ResourceContainerAction", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getResourceContainerAction_TargetResourceContainer(), theResourceenvironmentPackage.getResourceContainer(), null, "targetResourceContainer", null, 1, 1, ResourceContainerAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(deployComponentActionEClass, DeployComponentAction.class, "DeployComponentAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(undeployComponentActionEClass, UndeployComponentAction.class, "UndeployComponentAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(migrateComponentStateActionEClass, MigrateComponentStateAction.class, "MigrateComponentStateAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getMigrateComponentStateAction_SourceAllocationContext(), theAllocationPackage.getAllocationContext(), null, "sourceAllocationContext", null, 1, 1, MigrateComponentStateAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(connectComponentActionEClass, ConnectComponentAction.class, "ConnectComponentAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getConnectComponentAction_TargetProvidingAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "targetProvidingAllocationContexts", null, 0, -1, ConnectComponentAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getConnectComponentAction_TargetRequiringAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "targetRequiringAllocationContexts", null, 0, -1, ConnectComponentAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(blockRequestsToComponentActionEClass, BlockRequestsToComponentAction.class, "BlockRequestsToComponentAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getBlockRequestsToComponentAction_TargetRequiringAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "targetRequiringAllocationContexts", null, 0, -1, BlockRequestsToComponentAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(disconnectComponentActionEClass, DisconnectComponentAction.class, "DisconnectComponentAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getDisconnectComponentAction_TargetProvidingAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "targetProvidingAllocationContexts", null, 0, -1, DisconnectComponentAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEReference(getDisconnectComponentAction_TargetRequiringAllocationContexts(), theAllocationPackage.getAllocationContext(), null, "targetRequiringAllocationContexts", null, 0, -1, DisconnectComponentAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(finishComponentActionEClass, FinishComponentAction.class, "FinishComponentAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(allocateNodeActionEClass, AllocateNodeAction.class, "AllocateNodeAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(deallocateNodeActionEClass, DeallocateNodeAction.class, "DeallocateNodeAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEClass(connectNodeActionEClass, ConnectNodeAction.class, "ConnectNodeAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getConnectNodeAction_TargetConnectors(), theResourceenvironmentPackage.getLinkingResource(), null, "targetConnectors", null, 0, -1, ConnectNodeAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    initEClass(disconnectNodeActionEClass, DisconnectNodeAction.class, "DisconnectNodeAction", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
    initEReference(getDisconnectNodeAction_TargetConnectors(), theResourceenvironmentPackage.getLinkingResource(), null, "targetConnectors", null, 0, -1, DisconnectNodeAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
    // Create resource
    createResource(eNS_URI);
}
Also used : ResourceenvironmentPackage(org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentPackage) AllocationPackage(org.palladiosimulator.pcm.allocation.AllocationPackage)

Aggregations

ResourceenvironmentPackage (org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentPackage)3 AllocationPackage (org.palladiosimulator.pcm.allocation.AllocationPackage)2 RepositoryPackage (org.palladiosimulator.pcm.repository.RepositoryPackage)1