|
||||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
EObjectCondition
that negates the result of evaluation of
another EObjectCondition
. EObjectCondition
EObjectStructuralFeatureValueCondition
subclass used to
handle evaluation of the value held by an EAttribute
EObjectAttributeValueCondition
with the passed values.
EObjectAttributeValueCondition
with the passed values.
EObjectAttributeValueCondition
with the passed values.
EObjectAttributeValueCondition
with the passed values.
EObjectAttributeValueCondition
with the passed values.
EObjectAttributeValueCondition
with the passed values.
EObjectAttributeValueCondition
with the passed values.
Condition
object to be
used on EObject
arguments. PruneHandler
instaince to
use for pruning
Condition
object and
wraps it in order to adapt it to an EObjectCondition
.
Condition
object to
adapt.
Condition
object to adapt,
and the PruneHandler
to use.
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
.
EObjectCondition
to null
.
EObjectCondition
as
its wrapped EObjectCondition
.
EObjectCondition
that tests for the containing
feature of a given EObject
to see if it is the same as a
specific EReference
EObjectContainmentFeatureCondition
with the passed
arguments.
EObjectCondition
that tests whether the argument eObject
instance equals a given eObject.EObject
instance to use for equality testing by this
EObjectInstanceCondition
.
EObjectInstanceCondition
EObjectStructuralFeatureValueCondition
subclass used to
handle evaluation of the value held by an EReference
EObjectReferenceValueCondition
with the passed values.
EObjectReferenceValueCondition
with the passed values.
EObjectReferenceValueCondition
with the passed values.
EObjectReferenceValueCondition
with the passed values.
EObjectReferenceValueCondition
with the passed values.
EObjectReferenceValueCondition
with the passed values.
EObjectReferenceValueCondition
with the passed values.
EObjectReferenceValueCondition
with the passed values.
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.
- EObjectSource - class org.eclipse.emf.query.conditions.eobjects.EObjectSource.
-
This class represnts 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) -
Constructor for class org.eclipse.emf.query.conditions.eobjects.EObjectSource
- Initializes me with (potentially) multiple sub-trees from which to get
objects.
- EObjectStructuralFeatureCondition - class org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureCondition.
-
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 org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EObjectStructuralFeatureValueCondition.
- 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 org.eclipse.emf.query.conditions.eobjects.EObjectTypeRelationCondition.
- An
EObjectCondition
specilaization 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.
- 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 org.eclipse.emf.query.conditions.eobjects.structuralfeatures.EStructuralFeatureValueGetter.
- 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()
.
- 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.
- evaluate(EObject) -
Method in class org.eclipse.emf.query.ocl.conditions.OCLCondition
- Evaluates the OCL condition.
- execute() -
Method in class org.eclipse.emf.query.statements.SELECT
-
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |