Uses of Package
org.eclipse.emf.query.conditions

Packages that use org.eclipse.emf.query.conditions
org.eclipse.emf.query.conditions EMF Query Conditions. 
org.eclipse.emf.query.conditions.booleans EMF Query Conditions Booleans. 
org.eclipse.emf.query.conditions.eobjects EMF Query Conditions EObjects. 
org.eclipse.emf.query.conditions.eobjects.structuralfeatures EMF Query Conditions EStructuralFeatures. 
org.eclipse.emf.query.conditions.numbers EMF Query Conditions Numbers Package Specification This package exposes the basic numeric based Condition objects that are used to formulate queries. 
org.eclipse.emf.query.conditions.strings EMF Query Conditions Strings Package Specification This package exposes the basic string based Condition objects that are used to formulate queries. 
org.eclipse.emf.query.ocl.conditions Object Constraint Language extensions to the EMF Query Conditions framework. 
 

Classes in org.eclipse.emf.query.conditions used by org.eclipse.emf.query.conditions
Condition
          An abstract base class for all Condition objects.
ConditionPolicy
          An abstract base class for ConditionPolicy objects.
IDataTypeAdapter
          An object that knows how to adapt objects to a given type.
ObjectInstanceCondition
          A Condition that tests whether the argument object instance equals a given object.
 

Classes in org.eclipse.emf.query.conditions used by org.eclipse.emf.query.conditions.booleans
Condition
          An abstract base class for all Condition objects.
DataTypeCondition
          A condition on data-type (primitive) values.
IDataTypeAdapter
          An object that knows how to adapt objects to a given type.
 

Classes in org.eclipse.emf.query.conditions used by org.eclipse.emf.query.conditions.eobjects
Condition
          An abstract base class for all Condition objects.
 

Classes in org.eclipse.emf.query.conditions used by org.eclipse.emf.query.conditions.eobjects.structuralfeatures
Condition
          An abstract base class for all Condition objects.
ConditionPolicy
          An abstract base class for ConditionPolicy objects.
 

Classes in org.eclipse.emf.query.conditions used by org.eclipse.emf.query.conditions.numbers
Condition
          An abstract base class for all Condition objects.
DataTypeCondition
          A condition on data-type (primitive) values.
IDataTypeAdapter
          An object that knows how to adapt objects to a given type.
 

Classes in org.eclipse.emf.query.conditions used by org.eclipse.emf.query.conditions.strings
Condition
          An abstract base class for all Condition objects.
DataTypeCondition
          A condition on data-type (primitive) values.
IDataTypeAdapter
          An object that knows how to adapt objects to a given type.
 

Classes in org.eclipse.emf.query.conditions used by org.eclipse.emf.query.ocl.conditions
Condition
          An abstract base class for all Condition objects.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.