|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimePackage
The Package for the model. It contains accessors for the meta objects to represent
RuntimeFactory
Nested Class Summary | |
---|---|
static interface |
RuntimePackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Field Summary | |
---|---|
static RuntimePackage |
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 |
JAVA_EXCEPTION
The meta object id for the 'Java Exception' data type. |
static int |
MODEL_QUERY_CONTEXT
The meta object id for the ' Model Query Context ' class. |
static int |
MODEL_QUERY_CONTEXT__SELECTED_MODEL_ELEMENTS
The feature id for the 'Selected Model Elements' reference list. |
static int |
MODEL_QUERY_CONTEXT__SELECTED_MODELS
The feature id for the 'Selected Models' attribute list. |
static int |
MODEL_QUERY_CONTEXT_FEATURE_COUNT
The number of structural features of the 'Model Query Context' class. |
static int |
MODEL_QUERY_PARAMETER_VALUE
The meta object id for the ' Model Query Parameter Value ' class. |
static int |
MODEL_QUERY_PARAMETER_VALUE__PARAMETER
The feature id for the 'Parameter' reference. |
static int |
MODEL_QUERY_PARAMETER_VALUE__VALUE
The feature id for the 'Value' attribute. |
static int |
MODEL_QUERY_PARAMETER_VALUE_FEATURE_COUNT
The number of structural features of the 'Model Query Parameter Value' class. |
static int |
MODEL_QUERY_RESULT
The meta object id for the ' Model Query Result ' class. |
static int |
MODEL_QUERY_RESULT__EXCEPTION
The feature id for the 'Exception' attribute. |
static int |
MODEL_QUERY_RESULT__SOURCE
The feature id for the 'Source' reference. |
static int |
MODEL_QUERY_RESULT__VALUE
The feature id for the 'Value' attribute. |
static int |
MODEL_QUERY_RESULT_FEATURE_COUNT
The number of structural features of the 'Model Query Result' class. |
Method Summary | |
---|---|
EDataType |
getJavaException()
Returns the meta object for data type ' Java Exception '. |
EReference |
getModelQueryContext_SelectedModelElements()
Returns the meta object for the reference list ' Selected Model Elements '. |
EAttribute |
getModelQueryContext_SelectedModels()
Returns the meta object for the attribute list ' Selected Models '. |
EClass |
getModelQueryContext()
Returns the meta object for class ' Model Query Context '. |
EReference |
getModelQueryParameterValue_Parameter()
Returns the meta object for the reference ' Parameter '. |
EAttribute |
getModelQueryParameterValue_Value()
Returns the meta object for the attribute ' Value '. |
EClass |
getModelQueryParameterValue()
Returns the meta object for class ' Model Query Parameter Value '. |
EAttribute |
getModelQueryResult_Exception()
Returns the meta object for the attribute ' Exception '. |
EReference |
getModelQueryResult_Source()
Returns the meta object for the reference ' Source '. |
EAttribute |
getModelQueryResult_Value()
Returns the meta object for the attribute ' Value '. |
EClass |
getModelQueryResult()
Returns the meta object for class ' Model Query Result '. |
RuntimeFactory |
getRuntimeFactory()
Returns the factory that creates the instances of the model. |
Field Detail |
---|
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 ValuesMethod Detail |
---|
EClass getModelQueryContext()
Model Query Context
'.
ModelQueryContext
EReference getModelQueryContext_SelectedModelElements()
Selected Model Elements
'.
ModelQueryContext.getSelectedModelElements()
,
getModelQueryContext()
EAttribute getModelQueryContext_SelectedModels()
Selected Models
'.
ModelQueryContext.getSelectedModels()
,
getModelQueryContext()
EClass getModelQueryParameterValue()
Model Query Parameter Value
'.
ModelQueryParameterValue
EReference getModelQueryParameterValue_Parameter()
Parameter
'.
ModelQueryParameterValue.getParameter()
,
getModelQueryParameterValue()
EAttribute getModelQueryParameterValue_Value()
Value
'.
ModelQueryParameterValue.getValue()
,
getModelQueryParameterValue()
EClass getModelQueryResult()
Model Query Result
'.
ModelQueryResult
EReference getModelQueryResult_Source()
Source
'.
ModelQueryResult.getSource()
,
getModelQueryResult()
EAttribute getModelQueryResult_Value()
Value
'.
ModelQueryResult.getValue()
,
getModelQueryResult()
EAttribute getModelQueryResult_Exception()
Exception
'.
ModelQueryResult.getException()
,
getModelQueryResult()
EDataType getJavaException()
Java Exception
'.
Exception
RuntimeFactory getRuntimeFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |