A B C D E F G H I L M N O P R S T U V W X

A

AbstractOCLCondition<C,CLS,E> - Class in org.eclipse.emf.query.ocl.conditions
An abstract OCL condition class, used to apply OCL expressions to EObjects.
AbstractOCLCondition(Environment<?, C, ?, ?, ?, ?, ?, ?, ?, ?, CLS, E>, String, C, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Initializes a query condition with an OCL expression string, a context classifier representing the type of "self" in the OCL expression, and an IEStructuralFeatureValueGetter to use to resolve the context element for safe access to structural features.
AbstractOCLCondition(Environment<?, C, ?, ?, ?, ?, ?, ?, ?, ?, CLS, E>, String, C, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Initializes a query condition with an OCL expression string, a context classifier representing the type of "self" in the OCL expression, and an IEStructuralFeatureValueGetter to use to resolve the context element for safe access to structural features, and a prune-handler to consult for pruning the object tree.
AbstractOCLCondition(Environment<?, C, ?, ?, ?, ?, ?, ?, ?, ?, CLS, E>, Query<C, CLS, E>, C, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Initializes a query condition with compiled OCL query, a context classifier representing the type of "self" in the OCL expression, and an IEStructuralFeatureValueGetter to use to resolve the context element for safe access to structural features, and a PruneHandler to consult for pruning the content tree.
adapt(Object) - Method in class org.eclipse.emf.query.conditions.booleans.BooleanAdapter
 
adapt(Object) - Method in interface org.eclipse.emf.query.conditions.IDataTypeAdapter
Adapts the specified input value to the type that I provide.
adapt(Object) - Method in class org.eclipse.emf.query.conditions.numbers.NumberAdapter
 
adapt(Object) - Method in class org.eclipse.emf.query.conditions.strings.StringAdapter
 
adapter - Variable in class org.eclipse.emf.query.conditions.DataTypeCondition
 
addEObject(EObject) - Method in class org.eclipse.emf.query.statements.SELECT
 
addEObject(EObject) - Method in class org.eclipse.emf.query.statements.UPDATE
 
ALL - Static variable in class org.eclipse.emf.query.conditions.ConditionPolicy
A utility ConditionPolicy object to be used when the client deems that the resultant evaluation is true if and only if: the Condition object evaluates to true on all the argument objects, or, when the client wants that all the Condition objects evaluate to true on the argument object
ALWAYS - Static variable in class org.eclipse.emf.query.handlers.PruneHandler
A simple PruneHandler implementation that will always prune regardless of the nature of the EObjectCondition used or the argument eObject passed.
AND(Condition) - Method in class org.eclipse.emf.query.conditions.Condition
This operation acts like a logical AND between this Condition and the argument Condition.
AND(EObjectCondition) - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
This operation acts like a logical AND between this EObjectCondition and the argument EObjectCondition.
ANY - Static variable in class org.eclipse.emf.query.conditions.ConditionPolicy
A utility ConditionPolicy object to be used when the client deems that the resultant evaluation is true if and only if: the Condition object evaluates to true on any of the argument objects, or, when the client wants that any of the Condition objects to evaluate to true on the argument object

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W X