Uses of Interface
iotmodel.IotmodelFactory
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl |
-
Uses of IotmodelFactory in iotmodel
Fields in iotmodel declared as IotmodelFactory Modifier and Type Field Description static IotmodelFactoryIotmodelFactory. eINSTANCEThe singleton instance of the factory.Methods in iotmodel that return IotmodelFactory Modifier and Type Method Description IotmodelFactoryIotmodelPackage. getIotmodelFactory()Returns the factory that creates the instances of the model. -
Uses of IotmodelFactory in iotmodel.impl
Classes in iotmodel.impl that implement IotmodelFactory Modifier and Type Class Description classIotmodelFactoryImplAn implementation of the model Factory.Methods in iotmodel.impl that return IotmodelFactory Modifier and Type Method Description IotmodelFactoryIotmodelPackageImpl. getIotmodelFactory()static IotmodelFactoryIotmodelFactoryImpl. init()Creates the default factory implementation.