TPTP 4.2.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
Generated

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.

Generated
Method Detail

createSDDescriptor

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

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

createSDGaugeRepresentation

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

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

createSDSampleDescriptor

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

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

createSDView

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

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

createSDSampleWindow

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

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

createSDDiscreteObservation

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

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

createSDContiguousObservation

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

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

createSDTextObservation

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

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

createSDRangeRepresentation

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

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

createSDCounterDescriptor

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

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

createSDTextRepresentation

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

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

createSDDiscreteRepresentation

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

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

createSDContiguousRepresentation

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

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

getStatisticalPackage

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

Returns:
the package supported by this factory.
Generated

TPTP 4.2.0 Platform Project
Public API Specification