| Modifier and Type | Method and Description |
|---|---|
ModelQuery |
FeatureValueCase.getCondition()
Deprecated.
Returns the value of the 'Condition' reference.
|
ModelQuery |
DerivedFeatureValue.getValueCalculator()
Deprecated.
Returns the value of the 'Value Calculator' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureValueCase.setCondition(ModelQuery value)
Deprecated.
Sets the value of the '
Condition' reference. |
void |
DerivedFeatureValue.setValueCalculator(ModelQuery value)
Deprecated.
Sets the value of the '
Value Calculator' reference. |
| Modifier and Type | Method and Description |
|---|---|
ModelQuery |
Facet.getConditionQuery()
Deprecated.
Returns the value of the 'Condition Query' reference.
|
ModelQuery |
FacetStructuralFeature.getValueQuery()
Deprecated.
Returns the value of the 'Value Query' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.setConditionQuery(ModelQuery value)
Deprecated.
Sets the value of the '
Condition Query' reference. |
void |
FacetStructuralFeature.setValueQuery(ModelQuery value)
Deprecated.
Sets the value of the '
Value Query' reference. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaModelQuery
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
interface |
OCLModelQuery
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
| Modifier and Type | Method and Description |
|---|---|
ModelQuery |
ModelQuerySet.getQuery(java.lang.String name)
Deprecated.
ModelQuerySet::getQuery(EString) returns the contained ModelQuery having the requested name.
|
| Modifier and Type | Method and Description |
|---|---|
ModelQuery |
AbstractModelQuery.getModelQuery()
Deprecated.
This method returns the model query element passed as parameter to the
constructor
|
| Modifier and Type | Method and Description |
|---|---|
AbstractModelQuery |
IModelQueryFactory.create(ModelQuery modelQuery,
Bundle bundle)
Deprecated.
|
AbstractModelQuery |
ModelQuerySetCatalog.getModelQueryImpl(ModelQuery modelQuery)
Deprecated.
This method return a java object containing the model query
implementation.
|
void |
IModelQueryTooltip.setTextFor(ModelQuery modelQuery,
StyledText styledText)
Deprecated.
Set the tooltip text into the
StyledText component. |
| Constructor and Description |
|---|
AbstractModelQuery(ModelQuery modelQuery)
Deprecated.
AbstractModelQuery constructor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JXPathModelQuery
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
| Modifier and Type | Method and Description |
|---|---|
AbstractModelQuery |
JXPathModelQueryFactory.create(ModelQuery modelQuery,
Bundle bundle)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JxpathSwitch.caseModelQuery(ModelQuery object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Model Query'.
|