Modifier and Type | Method and Description |
---|---|
java.lang.Object |
FacetContext.get(EObject eObject,
EStructuralFeature structuralFeature)
Deprecated.
|
<any> |
FacetContext.getAttributes(EObject eObject)
Deprecated.
|
<any> |
FacetContext.getReferences(EObject eObject)
Deprecated.
|
boolean |
FacetContext.isInstance(EObject eObject,
Facet facet)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelQuery.basicEvaluate(EObject context)
Deprecated.
This method is equivalent to
AbstractModelQuery.evaluate(EObject)
but rather than return the errors into a ModelQueryResult instance, it
throws an exception. |
abstract java.lang.Object |
AbstractModelQuery.basicEvaluate(EObject context,
java.util.List<ModelQueryParameterValue> parameterValues)
Deprecated.
This method must be overridden by each sub class to implement query
evaluation.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleClassPathException
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
class |
ExecutionEnvironmentException
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
class |
MissingBundleException
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
class |
ModelQueryExecutionException
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
class |
ModelQueryTypeCheckingException
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
class |
ProjectDisabledException
Deprecated.
replaced by EMF Facet, cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470578
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JXPathModelQueryAdapter.basicEvaluate(EObject context,
java.util.List<ModelQueryParameterValue> parameterValues)
Deprecated.
This method must be overridden by each sub class to implement query
evaluation.
|
AbstractModelQuery |
JXPathModelQueryFactory.create(ModelQuery modelQuery,
Bundle bundle)
Deprecated.
|