|
|
|
|
Package org.eclipse.emf.query.conditions
EMF Query Conditions.
See:
Description
Interface Summary
|
IDataTypeAdapter<T>
|
An object that knows how to adapt objects to a given type. |
Class Summary
|
Condition
|
An abstract base class for all Condition objects. |
ConditionPolicy
|
An abstract base class for ConditionPolicy objects. |
DataTypeCondition<T>
|
A condition on data-type (primitive) values. |
Not
|
A Condition that negates the result of evaluation of another
Condition
|
ObjectInstanceCondition
|
A Condition that tests whether the argument object instance
equals a given object. |
Package org.eclipse.emf.query.conditions Description
EMF Query Conditions.
Package Specification
This package exposes the basic Condition objects used to formulate queries.
|
|
|