TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface StatisticalFactory

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:
StatisticalFactoryImpl

public interface StatisticalFactory
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:
StatisticalPackage

Field Summary
static StatisticalFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 SDContiguousObservation createSDContiguousObservation()
          Returns a new object of class 'SD Contiguous Observation'.
 SDContiguousRepresentation createSDContiguousRepresentation()
          Returns a new object of class 'SD Contiguous Representation'.
 SDCounterDescriptor createSDCounterDescriptor()
          Returns a new object of class 'SD Counter Descriptor'.
 SDDescriptor createSDDescriptor()
          Returns a new object of class 'SD Descriptor'.
 SDDiscreteObservation createSDDiscreteObservation()
          Returns a new object of class 'SD Discrete Observation'.
 SDDiscreteRepresentation createSDDiscreteRepresentation()
          Returns a new object of class 'SD Discrete Representation'.
 SDGaugeRepresentation createSDGaugeRepresentation()
          Returns a new object of class 'SD Gauge Representation'.
 SDRangeRepresentation createSDRangeRepresentation()
          Returns a new object of class 'SD Range Representation'.
 SDSampleDescriptor createSDSampleDescriptor()
          Returns a new object of class 'SD Sample Descriptor'.
 SDSampleWindow createSDSampleWindow()
          Returns a new object of class 'SD Sample Window'.
 SDTextObservation createSDTextObservation()
          Returns a new object of class 'SD Text Observation'.
 SDTextRepresentation createSDTextRepresentation()
          Returns a new object of class 'SD Text Representation'.
 SDView createSDView()
          Returns a new object of class 'SD View'.
 StatisticalPackage getStatisticalPackage()
          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

public static final StatisticalFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createSDDescriptor

public SDDescriptor createSDDescriptor()
Returns a new object of class 'SD Descriptor'.

Returns:
a new object of class 'SD Descriptor'.

createSDGaugeRepresentation

public SDGaugeRepresentation createSDGaugeRepresentation()
Returns a new object of class 'SD Gauge Representation'.

Returns:
a new object of class 'SD Gauge Representation'.

createSDSampleDescriptor

public SDSampleDescriptor createSDSampleDescriptor()
Returns a new object of class 'SD Sample Descriptor'.

Returns:
a new object of class 'SD Sample Descriptor'.

createSDView

public SDView createSDView()
Returns a new object of class 'SD View'.

Returns:
a new object of class 'SD View'.

createSDSampleWindow

public SDSampleWindow createSDSampleWindow()
Returns a new object of class 'SD Sample Window'.

Returns:
a new object of class 'SD Sample Window'.

createSDDiscreteObservation

public SDDiscreteObservation createSDDiscreteObservation()
Returns a new object of class 'SD Discrete Observation'.

Returns:
a new object of class 'SD Discrete Observation'.

createSDContiguousObservation

public SDContiguousObservation createSDContiguousObservation()
Returns a new object of class 'SD Contiguous Observation'.

Returns:
a new object of class 'SD Contiguous Observation'.

createSDTextObservation

public SDTextObservation createSDTextObservation()
Returns a new object of class 'SD Text Observation'.

Returns:
a new object of class 'SD Text Observation'.

createSDRangeRepresentation

public SDRangeRepresentation createSDRangeRepresentation()
Returns a new object of class 'SD Range Representation'.

Returns:
a new object of class 'SD Range Representation'.

createSDCounterDescriptor

public SDCounterDescriptor createSDCounterDescriptor()
Returns a new object of class 'SD Counter Descriptor'.

Returns:
a new object of class 'SD Counter Descriptor'.

createSDTextRepresentation

public SDTextRepresentation createSDTextRepresentation()
Returns a new object of class 'SD Text Representation'.

Returns:
a new object of class 'SD Text Representation'.

createSDDiscreteRepresentation

public SDDiscreteRepresentation createSDDiscreteRepresentation()
Returns a new object of class 'SD Discrete Representation'.

Returns:
a new object of class 'SD Discrete Representation'.

createSDContiguousRepresentation

public SDContiguousRepresentation createSDContiguousRepresentation()
Returns a new object of class 'SD Contiguous Representation'.

Returns:
a new object of class 'SD Contiguous Representation'.

getStatisticalPackage

public StatisticalPackage getStatisticalPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

TPTP 4.1.0 Platform Project
Public API Specification