public interface CommonSparsePackage
extends org.eclipse.emf.ecore.EPackage
CommonSparseFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
CommonSparsePackage.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 CommonSparsePackage |
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 |
MATRIX_XY
The meta object id for the 'Matrix xy' data type.
|
static int |
SPARSE_EQN_COMPLEX
The meta object id for the 'Sparse Eqn Complex' data type.
|
static int |
SPARSE_EQN_COMPLEX_MATRIX3X3
The meta object id for the 'Sparse Eqn Complex Matrix3x3' data type.
|
static int |
SPARSE_EQN_DOUBLE
The meta object id for the 'Sparse Eqn Double' data type.
|
static int |
SPARSE_EQN_INTEGER
The meta object id for the 'Sparse Eqn Integer' data type.
|
static int |
SPARSE_EQN_MATRIX2X2
The meta object id for the 'Sparse Eqn Matrix2x2' data type.
|
static int |
VECT_DQ
The meta object id for the 'Vect dq' data type.
|
static int |
VECT_XY
The meta object id for the 'Vect xy' data type.
|
Modifier and Type | Method and Description |
---|---|
CommonSparseFactory |
getCommonSparseFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EDataType |
getMatrix_xy()
Returns the meta object for data type '
Matrix xy '. |
org.eclipse.emf.ecore.EDataType |
getSparseEqnComplex()
Returns the meta object for data type '
Sparse Eqn Complex '. |
org.eclipse.emf.ecore.EDataType |
getSparseEqnComplexMatrix3x3()
Returns the meta object for data type '
Sparse Eqn Complex Matrix3x3 '. |
org.eclipse.emf.ecore.EDataType |
getSparseEqnDouble()
Returns the meta object for data type '
Sparse Eqn Double '. |
org.eclipse.emf.ecore.EDataType |
getSparseEqnInteger()
Returns the meta object for data type '
Sparse Eqn Integer '. |
org.eclipse.emf.ecore.EDataType |
getSparseEqnMatrix2x2()
Returns the meta object for data type '
Sparse Eqn Matrix2x2 '. |
org.eclipse.emf.ecore.EDataType |
getVect_dq()
Returns the meta object for data type '
Vect dq '. |
org.eclipse.emf.ecore.EDataType |
getVect_xy()
Returns the meta object for data type '
Vect xy '. |
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 CommonSparsePackage eINSTANCE
static final int SPARSE_EQN_INTEGER
static final int SPARSE_EQN_DOUBLE
static final int SPARSE_EQN_COMPLEX
static final int SPARSE_EQN_MATRIX2X2
static final int VECT_XY
static final int VECT_DQ
static final int MATRIX_XY
static final int SPARSE_EQN_COMPLEX_MATRIX3X3
org.eclipse.emf.ecore.EDataType getSparseEqnInteger()
Sparse Eqn Integer
'.
ISparseEqnInteger
org.eclipse.emf.ecore.EDataType getSparseEqnDouble()
Sparse Eqn Double
'.
ISparseEqnDouble
org.eclipse.emf.ecore.EDataType getSparseEqnComplex()
Sparse Eqn Complex
'.
ISparseEqnComplex
org.eclipse.emf.ecore.EDataType getSparseEqnMatrix2x2()
Sparse Eqn Matrix2x2
'.
ISparseEqnMatrix2x2
org.eclipse.emf.ecore.EDataType getVect_xy()
Vect xy
'.
Vector_xy
org.eclipse.emf.ecore.EDataType getVect_dq()
Vect dq
'.
Vector_dq
org.eclipse.emf.ecore.EDataType getMatrix_xy()
Matrix xy
'.
Matrix_xy
org.eclipse.emf.ecore.EDataType getSparseEqnComplexMatrix3x3()
Sparse Eqn Complex Matrix3x3
'.
ISparseEqnComplexMatrix3x3
CommonSparseFactory getCommonSparseFactory()