public interface IEC60870Factory
extends org.eclipse.emf.ecore.EFactory
IEC60870Package
Modifier and Type | Field and Description |
---|---|
static IEC60870Factory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
ClientDataModuleOptions |
createClientDataModuleOptions()
Returns a new object of class 'Client Data Module Options'.
|
ClientDevice |
createClientDevice()
Returns a new object of class 'Client Device'.
|
DataModuleOptions |
createDataModuleOptions()
Returns a new object of class 'Data Module Options'.
|
Device |
createDevice()
Returns a new object of class 'Device'.
|
DriverApplication |
createDriverApplication()
Returns a new object of class 'Driver Application'.
|
Exporter |
createExporter()
Returns a new object of class 'Exporter'.
|
ExporterItemInterceptor |
createExporterItemInterceptor()
Returns a new object of class 'Exporter Item Interceptor'.
|
IEC60870Device |
createIEC60870Device()
Returns a new object of class 'Device'.
|
IEC60870Driver |
createIEC60870Driver()
Returns a new object of class 'Driver'.
|
Item |
createItem()
Returns a new object of class 'Item'.
|
ProtocolOptions |
createProtocolOptions()
Returns a new object of class 'Protocol Options'.
|
IEC60870Package |
getIEC60870Package()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final IEC60870Factory eINSTANCE
Exporter createExporter()
Device createDevice()
Item createItem()
ExporterItemInterceptor createExporterItemInterceptor()
ProtocolOptions createProtocolOptions()
DataModuleOptions createDataModuleOptions()
ClientDevice createClientDevice()
DriverApplication createDriverApplication()
ClientDataModuleOptions createClientDataModuleOptions()
IEC60870Driver createIEC60870Driver()
IEC60870Device createIEC60870Device()
IEC60870Package getIEC60870Package()