/**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static ControlFactory init() {
   try {
     ControlFactory theControlFactory =
         (ControlFactory) EPackage.Registry.INSTANCE.getEFactory("http://www.example.org");
     if (theControlFactory != null) {
       return theControlFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new ControlFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static EzoscmidiFactory init() {
   try {
     EzoscmidiFactory theEzoscmidiFactory =
         (EzoscmidiFactory) EPackage.Registry.INSTANCE.getEFactory("http://ezoscmidi/1.0");
     if (theEzoscmidiFactory != null) {
       return theEzoscmidiFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new EzoscmidiFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!--
  * end-user-doc -->
  *
  * @generated
  */
 public static EventsFactory init() {
   try {
     final EventsFactory theEventsFactory =
         (EventsFactory) EPackage.Registry.INSTANCE.getEFactory(EventsPackage.eNS_URI);
     if (theEventsFactory != null) {
       return theEventsFactory;
     }
   } catch (final Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new EventsFactoryImpl();
 }
Пример #4
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static JnarioFactory init() {
   try {
     JnarioFactory theJnarioFactory =
         (JnarioFactory) EPackage.Registry.INSTANCE.getEFactory("http://www.org/Jnario");
     if (theJnarioFactory != null) {
       return theJnarioFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new JnarioFactoryImpl();
 }
Пример #5
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static XconfigFactory init() {
   try {
     XconfigFactory theXconfigFactory =
         (XconfigFactory) EPackage.Registry.INSTANCE.getEFactory("http://www.xconfig.org/Xconfig");
     if (theXconfigFactory != null) {
       return theXconfigFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new XconfigFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static SubsumptionFactory init() {
   try {
     SubsumptionFactory theSubsumptionFactory =
         (SubsumptionFactory) EPackage.Registry.INSTANCE.getEFactory("http://subsumption/1.0");
     if (theSubsumptionFactory != null) {
       return theSubsumptionFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new SubsumptionFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static HwGeneralFactory init() {
   try {
     HwGeneralFactory theHwGeneralFactory =
         (HwGeneralFactory) EPackage.Registry.INSTANCE.getEFactory(HwGeneralPackage.eNS_URI);
     if (theHwGeneralFactory != null) {
       return theHwGeneralFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new HwGeneralFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static RobotMLFactory init() {
   try {
     RobotMLFactory theRobotMLFactory =
         (RobotMLFactory) EPackage.Registry.INSTANCE.getEFactory(RobotMLPackage.eNS_URI);
     if (theRobotMLFactory != null) {
       return theRobotMLFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new RobotMLFactoryImpl();
 }
Пример #9
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static UmlPortFactory init() {
   try {
     UmlPortFactory theUmlPortFactory =
         (UmlPortFactory) EPackage.Registry.INSTANCE.getEFactory(UmlPortPackage.eNS_URI);
     if (theUmlPortFactory != null) {
       return theUmlPortFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new UmlPortFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static TracingFactory init() {
   try {
     TracingFactory theTracingFactory =
         (TracingFactory) EPackage.Registry.INSTANCE.getEFactory(TracingPackage.eNS_URI);
     if (theTracingFactory != null) {
       return theTracingFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new TracingFactoryImpl();
 }
Пример #11
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static Model3Factory init() {
   try {
     Model3Factory theModel3Factory =
         (Model3Factory) EPackage.Registry.INSTANCE.getEFactory(Model3Package.eNS_URI);
     if (theModel3Factory != null) {
       return theModel3Factory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new Model3FactoryImpl();
 }
Пример #12
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static ClusteringFactory init() {
   try {
     ClusteringFactory theClusteringFactory =
         (ClusteringFactory) EPackage.Registry.INSTANCE.getEFactory("Clustering");
     if (theClusteringFactory != null) {
       return theClusteringFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new ClusteringFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static TestdataFactory init() {
   try {
     TestdataFactory theTestdataFactory =
         (TestdataFactory) EPackage.Registry.INSTANCE.getEFactory("http://testdata/1.0");
     if (theTestdataFactory != null) {
       return theTestdataFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new TestdataFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static CategoryFactory init() {
   try {
     CategoryFactory theCategoryFactory =
         (CategoryFactory) EPackage.Registry.INSTANCE.getEFactory(CategoryPackage.eNS_URI);
     if (theCategoryFactory != null) {
       return theCategoryFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new CategoryFactoryImpl();
 }
Пример #15
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static PomFactory init() {
   try {
     PomFactory thePomFactory =
         (PomFactory) EPackage.Registry.INSTANCE.getEFactory("http://maven.apache.org/POM/4.0.0");
     if (thePomFactory != null) {
       return thePomFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new PomFactoryImpl();
 }
Пример #16
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static DatalayerFactory init() {
   try {
     DatalayerFactory theDatalayerFactory =
         (DatalayerFactory) EPackage.Registry.INSTANCE.getEFactory(DatalayerPackage.eNS_URI);
     if (theDatalayerFactory != null) {
       return theDatalayerFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new DatalayerFactoryImpl();
 }
Пример #17
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static QuartzFactory init() {
   try {
     QuartzFactory theQuartzFactory =
         (QuartzFactory) EPackage.Registry.INSTANCE.getEFactory(QuartzPackage.eNS_URI);
     if (theQuartzFactory != null) {
       return theQuartzFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new QuartzFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static CommandsFactoryImpl init() {
   try {
     CommandsFactoryImpl theCommandsFactory =
         (CommandsFactoryImpl) EPackage.Registry.INSTANCE.getEFactory(CommandsPackageImpl.eNS_URI);
     if (theCommandsFactory != null) {
       return theCommandsFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new CommandsFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static Subsystem_pcFactory init() {
   try {
     Subsystem_pcFactory theSubsystem_pcFactory =
         (Subsystem_pcFactory) EPackage.Registry.INSTANCE.getEFactory(Subsystem_pcPackage.eNS_URI);
     if (theSubsystem_pcFactory != null) {
       return theSubsystem_pcFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new Subsystem_pcFactoryImpl();
 }
Пример #20
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static ArithmeticsFactory init() {
   try {
     ArithmeticsFactory theArithmeticsFactory =
         (ArithmeticsFactory) EPackage.Registry.INSTANCE.getEFactory(ArithmeticsPackage.eNS_URI);
     if (theArithmeticsFactory != null) {
       return theArithmeticsFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new ArithmeticsFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!--
  * end-user-doc -->
  *
  * @generated
  */
 public static PropertiesFactory init() {
   try {
     PropertiesFactory thePropertiesFactory =
         (PropertiesFactory) EPackage.Registry.INSTANCE.getEFactory(PropertiesPackage.eNS_URI);
     if (thePropertiesFactory != null) {
       return thePropertiesFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new PropertiesFactoryImpl();
 }
Пример #22
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static BpsimFactory init() {
   try {
     BpsimFactory theBpsimFactory =
         (BpsimFactory) EPackage.Registry.INSTANCE.getEFactory("http://www.bpsim.org/schemas/1.0");
     if (theBpsimFactory != null) {
       return theBpsimFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new BpsimFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static jpdl32Factory init() {
   try {
     jpdl32Factory thejpdl32Factory =
         (jpdl32Factory) EPackage.Registry.INSTANCE.getEFactory("urn:jbpm.org:jpdl-3.2");
     if (thejpdl32Factory != null) {
       return thejpdl32Factory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new jpdl32FactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static DslOfficeModelFactory init() {
   try {
     DslOfficeModelFactory theDslOfficeModelFactory =
         (DslOfficeModelFactory)
             EPackage.Registry.INSTANCE.getEFactory("http://www.panlab.org/dslOfficeModel");
     if (theDslOfficeModelFactory != null) {
       return theDslOfficeModelFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new DslOfficeModelFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static RefactoringTestLanguageFactory init() {
   try {
     RefactoringTestLanguageFactory theRefactoringTestLanguageFactory =
         (RefactoringTestLanguageFactory)
             EPackage.Registry.INSTANCE.getEFactory(RefactoringTestLanguagePackage.eNS_URI);
     if (theRefactoringTestLanguageFactory != null) {
       return theRefactoringTestLanguageFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new RefactoringTestLanguageFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static HiddentokenmergertestFactory init() {
   try {
     HiddentokenmergertestFactory theHiddentokenmergertestFactory =
         (HiddentokenmergertestFactory)
             EPackage.Registry.INSTANCE.getEFactory(HiddentokenmergertestPackage.eNS_URI);
     if (theHiddentokenmergertestFactory != null) {
       return theHiddentokenmergertestFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new HiddentokenmergertestFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static VTTextControlEnablementFactory init() {
   try {
     final VTTextControlEnablementFactory theTextControlEnablementFactory =
         (VTTextControlEnablementFactory)
             EPackage.Registry.INSTANCE.getEFactory(VTTextControlEnablementPackage.eNS_URI);
     if (theTextControlEnablementFactory != null) {
       return theTextControlEnablementFactory;
     }
   } catch (final Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new VTTextControlEnablementFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static IntermediateActionsFactory init() {
   try {
     IntermediateActionsFactory theIntermediateActionsFactory =
         (IntermediateActionsFactory)
             EPackage.Registry.INSTANCE.getEFactory(IntermediateActionsPackage.eNS_URI);
     if (theIntermediateActionsFactory != null) {
       return theIntermediateActionsFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new IntermediateActionsFactoryImpl();
 }
Пример #29
0
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static SpemFactory init() {
   try {
     SpemFactory theSpemFactory =
         (SpemFactory)
             EPackage.Registry.INSTANCE.getEFactory("http://www.thalesgroup.com/spem/2.0");
     if (theSpemFactory != null) {
       return theSpemFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new SpemFactoryImpl();
 }
 /**
  * Creates the default factory implementation.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public static Basic_Enumeration_TypesFactory init() {
   try {
     Basic_Enumeration_TypesFactory theBasic_Enumeration_TypesFactory =
         (Basic_Enumeration_TypesFactory)
             EPackage.Registry.INSTANCE.getEFactory(Basic_Enumeration_TypesPackage.eNS_URI);
     if (theBasic_Enumeration_TypesFactory != null) {
       return theBasic_Enumeration_TypesFactory;
     }
   } catch (Exception exception) {
     EcorePlugin.INSTANCE.log(exception);
   }
   return new Basic_Enumeration_TypesFactoryImpl();
 }