@Deprecated
public interface RuntimePackage
RuntimeFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
RuntimePackage.Literals
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
| Modifier and Type | Field and Description |
|---|---|
static RuntimePackage |
eINSTANCE
Deprecated.
The singleton instance of the package.
|
static java.lang.String |
eNAME
Deprecated.
The package name.
|
static java.lang.String |
eNS_PREFIX
Deprecated.
The package namespace name.
|
static java.lang.String |
eNS_URI
Deprecated.
The package namespace URI.
|
static int |
JAVA_EXCEPTION
Deprecated.
The meta object id for the 'Java Exception' data type.
|
static int |
MODEL_QUERY_CONTEXT
Deprecated.
The meta object id for the '
Model Query Context' class. |
static int |
MODEL_QUERY_CONTEXT__SELECTED_MODEL_ELEMENTS
Deprecated.
The feature id for the 'Selected Model Elements' reference list.
|
static int |
MODEL_QUERY_CONTEXT__SELECTED_MODELS
Deprecated.
The feature id for the 'Selected Models' attribute list.
|
static int |
MODEL_QUERY_CONTEXT_FEATURE_COUNT
Deprecated.
The number of structural features of the 'Model Query Context' class.
|
static int |
MODEL_QUERY_PARAMETER_VALUE
Deprecated.
The meta object id for the '
Model Query Parameter Value' class. |
static int |
MODEL_QUERY_PARAMETER_VALUE__PARAMETER
Deprecated.
The feature id for the 'Parameter' reference.
|
static int |
MODEL_QUERY_PARAMETER_VALUE__VALUE
Deprecated.
The feature id for the 'Value' attribute.
|
static int |
MODEL_QUERY_PARAMETER_VALUE_FEATURE_COUNT
Deprecated.
The number of structural features of the 'Model Query Parameter Value' class.
|
static int |
MODEL_QUERY_RESULT
Deprecated.
The meta object id for the '
Model Query Result' class. |
static int |
MODEL_QUERY_RESULT__EXCEPTION
Deprecated.
The feature id for the 'Exception' attribute.
|
static int |
MODEL_QUERY_RESULT__SOURCE
Deprecated.
The feature id for the 'Source' reference.
|
static int |
MODEL_QUERY_RESULT__VALUE
Deprecated.
The feature id for the 'Value' attribute.
|
static int |
MODEL_QUERY_RESULT_FEATURE_COUNT
Deprecated.
The number of structural features of the 'Model Query Result' class.
|
| Modifier and Type | Method and Description |
|---|---|
EDataType |
getJavaException()
Deprecated.
Returns the meta object for data type '
Java Exception'. |
EReference |
getModelQueryContext_SelectedModelElements()
Deprecated.
Returns the meta object for the reference list '
Selected Model Elements'. |
EAttribute |
getModelQueryContext_SelectedModels()
Deprecated.
Returns the meta object for the attribute list '
Selected Models'. |
EClass |
getModelQueryContext()
Deprecated.
Returns the meta object for class '
Model Query Context'. |
EReference |
getModelQueryParameterValue_Parameter()
Deprecated.
Returns the meta object for the reference '
Parameter'. |
EAttribute |
getModelQueryParameterValue_Value()
Deprecated.
Returns the meta object for the attribute '
Value'. |
EClass |
getModelQueryParameterValue()
Deprecated.
Returns the meta object for class '
Model Query Parameter Value'. |
EAttribute |
getModelQueryResult_Exception()
Deprecated.
Returns the meta object for the attribute '
Exception'. |
EReference |
getModelQueryResult_Source()
Deprecated.
Returns the meta object for the reference '
Source'. |
EAttribute |
getModelQueryResult_Value()
Deprecated.
Returns the meta object for the attribute '
Value'. |
EClass |
getModelQueryResult()
Deprecated.
Returns the meta object for class '
Model Query Result'. |
RuntimeFactory |
getRuntimeFactory()
Deprecated.
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final RuntimePackage eINSTANCE
static final int MODEL_QUERY_CONTEXT
Model Query Context' class.
org.eclipse.gmt.modisco.infra.query.runtime.impl.ModelQueryContextImpl,
org.eclipse.gmt.modisco.infra.query.runtime.impl.RuntimePackageImpl#getModelQueryContext(),
Constant Field Valuesstatic final int MODEL_QUERY_CONTEXT__SELECTED_MODEL_ELEMENTS
static final int MODEL_QUERY_CONTEXT__SELECTED_MODELS
static final int MODEL_QUERY_CONTEXT_FEATURE_COUNT
static final int MODEL_QUERY_PARAMETER_VALUE
Model Query Parameter Value' class.
org.eclipse.gmt.modisco.infra.query.runtime.impl.ModelQueryParameterValueImpl,
org.eclipse.gmt.modisco.infra.query.runtime.impl.RuntimePackageImpl#getModelQueryParameterValue(),
Constant Field Valuesstatic final int MODEL_QUERY_PARAMETER_VALUE__PARAMETER
static final int MODEL_QUERY_PARAMETER_VALUE__VALUE
static final int MODEL_QUERY_PARAMETER_VALUE_FEATURE_COUNT
static final int MODEL_QUERY_RESULT
Model Query Result' class.
org.eclipse.gmt.modisco.infra.query.runtime.impl.ModelQueryResultImpl,
org.eclipse.gmt.modisco.infra.query.runtime.impl.RuntimePackageImpl#getModelQueryResult(),
Constant Field Valuesstatic final int MODEL_QUERY_RESULT__SOURCE
static final int MODEL_QUERY_RESULT__VALUE
static final int MODEL_QUERY_RESULT__EXCEPTION
static final int MODEL_QUERY_RESULT_FEATURE_COUNT
static final int JAVA_EXCEPTION
Exception,
org.eclipse.gmt.modisco.infra.query.runtime.impl.RuntimePackageImpl#getJavaException(),
Constant Field ValuesEClass getModelQueryContext()
Model Query Context'.
ModelQueryContextEReference getModelQueryContext_SelectedModelElements()
Selected Model Elements'.
ModelQueryContext.getSelectedModelElements(),
getModelQueryContext()EAttribute getModelQueryContext_SelectedModels()
Selected Models'.
ModelQueryContext.getSelectedModels(),
getModelQueryContext()EClass getModelQueryParameterValue()
Model Query Parameter Value'.
ModelQueryParameterValueEReference getModelQueryParameterValue_Parameter()
Parameter'.
ModelQueryParameterValue.getParameter(),
getModelQueryParameterValue()EAttribute getModelQueryParameterValue_Value()
Value'.
ModelQueryParameterValue.getValue(),
getModelQueryParameterValue()EClass getModelQueryResult()
Model Query Result'.
ModelQueryResultEReference getModelQueryResult_Source()
Source'.
ModelQueryResult.getSource(),
getModelQueryResult()EAttribute getModelQueryResult_Value()
Value'.
ModelQueryResult.getValue(),
getModelQueryResult()EAttribute getModelQueryResult_Exception()
Exception'.
ModelQueryResult.getException(),
getModelQueryResult()EDataType getJavaException()
Java Exception'.
ExceptionRuntimeFactory getRuntimeFactory()