public interface CommonCurvePackage
extends org.eclipse.emf.ecore.EPackage
CommonCurveFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
CommonCurvePackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static CommonCurvePackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
NUMERIC_CURVE_MODEL
The meta object id for the '
Numeric Curve Model ' enum. |
static int |
PIECE_WISE_CURVE
The meta object id for the '
Piece Wise Curve ' class. |
static int |
PIECE_WISE_CURVE__POINTS
The feature id for the 'Points' attribute list.
|
static int |
PIECE_WISE_CURVE_FEATURE_COUNT
The number of structural features of the 'Piece Wise Curve' class.
|
static int |
QUADRATIC_CURVE
The meta object id for the '
Quadratic Curve ' class. |
static int |
QUADRATIC_CURVE__A
The feature id for the 'A' attribute.
|
static int |
QUADRATIC_CURVE__B
The feature id for the 'B' attribute.
|
static int |
QUADRATIC_CURVE__C
The feature id for the 'C' attribute.
|
static int |
QUADRATIC_CURVE_FEATURE_COUNT
The number of structural features of the 'Quadratic Curve' class.
|
static int |
XFR_ZCORRECTION_TABLE
The meta object id for the '
Xfr ZCorrection Table ' class. |
static int |
XFR_ZCORRECTION_TABLE__POINTS
The feature id for the 'Points' attribute list.
|
static int |
XFR_ZCORRECTION_TABLE_FEATURE_COUNT
The number of structural features of the 'Xfr ZCorrection Table' class.
|
Modifier and Type | Method and Description |
---|---|
CommonCurveFactory |
getCommonCurveFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EEnum |
getNumericCurveModel()
Returns the meta object for enum '
Numeric Curve Model '. |
org.eclipse.emf.ecore.EAttribute |
getPieceWiseCurve_Points()
Returns the meta object for the attribute list '
Points '. |
org.eclipse.emf.ecore.EClass |
getPieceWiseCurve()
Returns the meta object for class '
Piece Wise Curve '. |
org.eclipse.emf.ecore.EAttribute |
getQuadraticCurve_A()
Returns the meta object for the attribute '
A '. |
org.eclipse.emf.ecore.EAttribute |
getQuadraticCurve_B()
Returns the meta object for the attribute '
B '. |
org.eclipse.emf.ecore.EAttribute |
getQuadraticCurve_C()
Returns the meta object for the attribute '
C '. |
org.eclipse.emf.ecore.EClass |
getQuadraticCurve()
Returns the meta object for class '
Quadratic Curve '. |
org.eclipse.emf.ecore.EAttribute |
getXfrZCorrectionTable_Points()
Returns the meta object for the attribute list '
Points '. |
org.eclipse.emf.ecore.EClass |
getXfrZCorrectionTable()
Returns the meta object for class '
Xfr ZCorrection Table '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final CommonCurvePackage eINSTANCE
static final int PIECE_WISE_CURVE
Piece Wise Curve
' class.
static final int PIECE_WISE_CURVE__POINTS
static final int PIECE_WISE_CURVE_FEATURE_COUNT
static final int QUADRATIC_CURVE
Quadratic Curve
' class.
static final int QUADRATIC_CURVE__A
static final int QUADRATIC_CURVE__B
static final int QUADRATIC_CURVE__C
static final int QUADRATIC_CURVE_FEATURE_COUNT
static final int XFR_ZCORRECTION_TABLE
Xfr ZCorrection Table
' class.
static final int XFR_ZCORRECTION_TABLE__POINTS
static final int XFR_ZCORRECTION_TABLE_FEATURE_COUNT
static final int NUMERIC_CURVE_MODEL
Numeric Curve Model
' enum.
org.eclipse.emf.ecore.EClass getPieceWiseCurve()
Piece Wise Curve
'.
PieceWiseCurve
org.eclipse.emf.ecore.EAttribute getPieceWiseCurve_Points()
Points
'.
PieceWiseCurve.getPoints()
,
getPieceWiseCurve()
org.eclipse.emf.ecore.EClass getQuadraticCurve()
Quadratic Curve
'.
QuadraticCurve
org.eclipse.emf.ecore.EAttribute getQuadraticCurve_A()
A
'.
QuadraticCurve.getA()
,
getQuadraticCurve()
org.eclipse.emf.ecore.EAttribute getQuadraticCurve_B()
B
'.
QuadraticCurve.getB()
,
getQuadraticCurve()
org.eclipse.emf.ecore.EAttribute getQuadraticCurve_C()
C
'.
QuadraticCurve.getC()
,
getQuadraticCurve()
org.eclipse.emf.ecore.EClass getXfrZCorrectionTable()
Xfr ZCorrection Table
'.
XfrZCorrectionTable
org.eclipse.emf.ecore.EAttribute getXfrZCorrectionTable_Points()
Points
'.
XfrZCorrectionTable.getPoints()
,
getXfrZCorrectionTable()
org.eclipse.emf.ecore.EEnum getNumericCurveModel()
Numeric Curve Model
'.
NumericCurveModel
CommonCurveFactory getCommonCurveFactory()