org.eclipse.modisco.smm.quality
Interface SmmqualityFactory


public interface SmmqualityFactory

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

See Also:
SmmqualityPackage
Generated:

Field Summary
static SmmqualityFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Measurand createMeasurand()
          Returns a new object of class 'Measurand'.
 QualityScope createQualityScope()
          Returns a new object of class 'Quality Scope'.
 SmmqualityPackage getSmmqualityPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final SmmqualityFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createQualityScope

QualityScope createQualityScope()
Returns a new object of class 'Quality Scope'.

Returns:
a new object of class 'Quality Scope'.
Generated:

createMeasurand

Measurand createMeasurand()
Returns a new object of class 'Measurand'.

Returns:
a new object of class 'Measurand'.
Generated:

getSmmqualityPackage

SmmqualityPackage getSmmqualityPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: