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

E

E_FALSE - Static variable in class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
A constant EObjectCondition object used to indicate a never satisfied condition
E_TRUE - Static variable in class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
A constant EObjectCondition object used to indicate an always satisfied condition
eContents(EObject, EObjectCondition) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter
 
eContents(EObject, EObjectCondition) - Method in interface org.eclipse.emf.query.conditions.eobjects.structuralfeatures.IEStructuralFeatureValueGetter
Extract the contained EObjects of the argument eObject. and return them as a list.
eGet(EObject, EStructuralFeature, boolean) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter
 
eGet(EObject, EStructuralFeature, boolean) - Method in interface org.eclipse.emf.query.conditions.eobjects.structuralfeatures.IEStructuralFeatureValueGetter
An EStructuralFeature's value getter.
ENot - Class in org.eclipse.emf.query.conditions.eobjects
An EObjectCondition that negates the result of evaluation of another EObjectCondition.
ENot(EObjectCondition) - Constructor for class org.eclipse.emf.query.conditions.eobjects.ENot
Constructor of this negating EObjectCondition
EObjectAttributeValueCondition - Class in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
An EObjectStructuralFeatureValueCondition subclass used to handle evaluation of the value held by an EAttribute
EObjectAttributeValueCondition(EAttribute, Condition, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EAttribute, Condition) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition, EAttribute, Condition, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition, EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition, EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(PruneHandler, EObjectCondition, EAttribute, Condition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectAttributeValueCondition
A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectCondition - Class in org.eclipse.emf.query.conditions.eobjects
A subclass and the counterpart of a Condition object to be used on EObject arguments.
EObjectCondition() - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
A simple constructor.
EObjectCondition(PruneHandler) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
A constructor that takes in a PruneHandler instance to use for pruning.
EObjectConditionAdapter - Class in org.eclipse.emf.query.conditions.eobjects
This is an adapter class that takes in a Condition object and wraps it in order to adapt it to an EObjectCondition.
EObjectConditionAdapter(Condition) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectConditionAdapter
A simple constructor that takes in the Condition object to adapt.
EObjectConditionAdapter(Condition, PruneHandler) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectConditionAdapter
A constructor that takes in the Condition object to adapt, and the PruneHandler to use.
EObjectConditionDelegator - Class in org.eclipse.emf.query.conditions.eobjects
A utility EObjectCondition class to act as a place holder for another EObjectCondition condition object where all the calls to it is simply forwarded to the wrapped EObjectCondition.
EObjectConditionDelegator() - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectConditionDelegator
A simple constructor, initializes the wrapped EObjectCondition to null.
EObjectConditionDelegator(EObjectCondition) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectConditionDelegator
A constructor that uses the argument EObjectCondition as its wrapped EObjectCondition.
EObjectContainmentFeatureCondition - Class in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
A subclass of EObjectCondition that tests for the containing feature of a given EObject to see if it is the same as a specific EReference
EObjectContainmentFeatureCondition(EReference) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectContainmentFeatureCondition
A simple constructor, it defaults to using PruneHandler.NEVER
EObjectContainmentFeatureCondition(EReference, PruneHandler) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectContainmentFeatureCondition
A simple constructor, it initializes this EObjectContainmentFeatureCondition with the passed arguments.
EObjectInstanceCondition - Class in org.eclipse.emf.query.conditions.eobjects
A EObjectCondition that tests whether the argument eObject instance equals a given eObject.
EObjectInstanceCondition(EObject) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectInstanceCondition
A simple constructor that allows callers to initialize the EObject instance to use for equality testing by this EObjectInstanceCondition.
EObjectInstanceCondition(EObject, PruneHandler) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectInstanceCondition
A constructor that allows callers to initialize this EObjectInstanceCondition
EObjectReferencerCondition - Class in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
An EObjectCondition subclass that tests if a given EObject references another EObject.
EObjectReferencerCondition(EObject, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferencerCondition
A constructor, initializes this EObjectReferencerCondition with the passed arguments.
EObjectReferencerCondition(EObject) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferencerCondition
A constructor, initializes this EObjectReferencerCondition with the passed arguments.
EObjectReferencerCondition(EObject, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferencerCondition
* A constructor, initializes this EObjectReferencerCondition with the passed arguments.
EObjectReferenceValueCondition - Class in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
An EObjectStructuralFeatureValueCondition subclass used to handle evaluation of the value held by an EReference
EObjectReferenceValueCondition(EReference, EObjectCondition, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EReference, EObjectCondition) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition, EReference, EObjectCondition, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition, EReference, EObjectCondition) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition, EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition, EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(PruneHandler, EObjectCondition, EReference, EObjectCondition, ConditionPolicy, IEStructuralFeatureValueGetter, boolean) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectReferenceValueCondition
A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectSource - Class in org.eclipse.emf.query.conditions.eobjects
This class represents a simple implementation of IEObjectSource that is constructed with one EObject or a collection of EObjects.
EObjectSource(EObject) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectSource
Initializes me with a single sub-tree from which to get objects.
EObjectSource(Collection<? extends EObject>) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectSource
Initializes me with (potentially) multiple sub-trees from which to get objects.
EObjectStructuralFeatureCondition - Class in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
The base abstract class of all conditions pertaining to EStructuralFeatures.
EObjectStructuralFeatureCondition(PruneHandler, EStructuralFeature) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureCondition
A constructor, initializes the EObjectStructuralFeatureCondition with basic values.
EObjectStructuralFeatureValueCondition - Class in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
An EObjectStructuralFeatureCondition specialization and the base class of conditions that test for the values held by the various EStructuralFeature.
EObjectStructuralFeatureValueCondition(PruneHandler, EObjectCondition, EStructuralFeature, IEStructuralFeatureValueGetter, boolean, Condition, ConditionPolicy) - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureValueCondition
The constructor of this EObjectStructuralFeatureValueCondition object, it initializes it with the proper values.
EObjectTypeRelationCondition - Class in org.eclipse.emf.query.conditions.eobjects
An EObjectCondition specialization to be used for evaluating the inheritance/type relationship of an EObject to another using the EObjects' EClasses.
EObjectTypeRelationCondition(EClass) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A Simple constructor, it initializes the EObjectTypeRelationCondition with the given EClass.
EObjectTypeRelationCondition(EClass, PruneHandler) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A constructor, it initializes the EObjectTypeRelationCondition with the given EClass.
EObjectTypeRelationCondition(EClass, TypeRelation) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A constructor, it initializes the EObjectTypeRelationCondition with the given EClass and the TypeRelation specified.
EObjectTypeRelationCondition(EClass, TypeRelation, PruneHandler) - Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectTypeRelationCondition
A constructor, it initializes the EObjectTypeRelationCondition with the given EClass, the TypeRelation and the PruneHandler specified.
EQUAL_TO - Static variable in class org.eclipse.emf.query.conditions.numbers.NumberCondition
The numeric = operator.
equals(N) - Static method in class org.eclipse.emf.query.conditions.numbers.NumberCondition
Obtains a condition checking for values equal to the specified number.
EQUIVALENT(Condition) - Method in class org.eclipse.emf.query.conditions.Condition
This operation acts like a logical Equivalent (if-and-only-if)/( <->) between this Condition and the argument Condition.
EQUIVALENT(EObjectCondition) - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
This operation acts like a logical Equivalent (if-and-only-if)/( <->) between this EObjectCondition and the argument EObjectCondition.
EStructuralFeatureValueGetter - Class in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
A default implementation of the IEStructuralFeatureValueGetter interface.
EStructuralFeatureValueGetter() - Constructor for class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter
Deprecated. Use the singleton provided by EStructuralFeatureValueGetter.getInstance().
evaluate(EObject) - Method in class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Evaluates the OCL condition.
evaluate(EObject) - Method in class org.eclipse.emf.query.ocl.conditions.OCLCondition
Deprecated. Evaluates the OCL condition.
execute() - Method in class org.eclipse.emf.query.statements.SELECT
 

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