TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.sensor
Interface SensorFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SensorFactoryImpl

public interface SensorFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
SensorPackage
Generated

Field Summary
static SensorFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 AdapterCBESensorType createAdapterCBESensorType()
          Returns a new object of class 'Adapter CBE Sensor Type'
 SensorBaseType createSensorBaseType()
          Returns a new object of class 'Base Type'
 SensorConfigType createSensorConfigType()
          Returns a new object of class 'Config Type'
 SensorPropertyType createSensorPropertyType()
          Returns a new object of class 'Property Type'
 SingleFileSensorType createSingleFileSensorType()
          Returns a new object of class 'Single File Sensor Type'
 StaticParserSensorType createStaticParserSensorType()
          Returns a new object of class 'Static Parser Sensor Type'
 SensorPackage getSensorPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final SensorFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createAdapterCBESensorType

AdapterCBESensorType createAdapterCBESensorType()
Returns a new object of class 'Adapter CBE Sensor Type'.

Returns:
a new object of class 'Adapter CBE Sensor Type'.
Generated

createSensorBaseType

SensorBaseType createSensorBaseType()
Returns a new object of class 'Base Type'.

Returns:
a new object of class 'Base Type'.
Generated

createSensorConfigType

SensorConfigType createSensorConfigType()
Returns a new object of class 'Config Type'.

Returns:
a new object of class 'Config Type'.
Generated

createSensorPropertyType

SensorPropertyType createSensorPropertyType()
Returns a new object of class 'Property Type'.

Returns:
a new object of class 'Property Type'.
Generated

createSingleFileSensorType

SingleFileSensorType createSingleFileSensorType()
Returns a new object of class 'Single File Sensor Type'.

Returns:
a new object of class 'Single File Sensor Type'.
Generated

createStaticParserSensorType

StaticParserSensorType createStaticParserSensorType()
Returns a new object of class 'Static Parser Sensor Type'.

Returns:
a new object of class 'Static Parser Sensor Type'.
Generated

getSensorPackage

SensorPackage getSensorPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated

TPTP 4.6.0 Platform Project
Internal API Specification